不同仓库的合并请求带刷新 #28

Closed
postwoman wants to merge 67 commits from postwoman/forgeplus:master into dev_jjj
1 changed files with 10 additions and 12 deletions
Showing only changes of commit b08fcbd0a3 - Show all commits

View File

@ -1,15 +1,13 @@
kind: pipeline
name: default
name: default
platform:
os: linux
arch: arm64
platform:
os: linux
arch: arm64
steps:
- name: test
image: gcc
commands:
- ./configure
- make
- make test
1111
steps:
- name: test
image: ruby
commands:
- bundle install --jobs=3 --retry=3
- rake