不同仓库的合并请求带刷新 #28
|
@ -1,15 +1,8 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
platform:
|
||||||
- name: en
|
os: linux
|
||||||
image: alpine
|
arch: arm64
|
||||||
commands:
|
|
||||||
- echo hello
|
|
||||||
- echo world
|
|
||||||
|
|
||||||
- name: test
|
steps:
|
||||||
image: ruby
|
|
||||||
commands:
|
|
||||||
- bundle install --jobs=3 --retry=3
|
|
||||||
- rake
|
|
||||||
|
|
Loading…
Reference in New Issue