不同仓库的合并请求带刷新 #28
|
@ -6,7 +6,8 @@ platform:
|
|||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- echo hello
|
||||
- name: test
|
||||
image: ruby
|
||||
commands:
|
||||
- bundle install --jobs=3 --retry=3
|
||||
- rake
|
|
@ -0,0 +1 @@
|
|||
dkadfiwjsldkjfalkjfalsdkfj
|
|
@ -0,0 +1,3 @@
|
|||
def test_devops
|
||||
puts "This is good idea."
|
||||
end
|
Loading…
Reference in New Issue