This commit is contained in:
Jasder 2020-07-31 16:20:58 +08:00
commit 50366bddf9
3 changed files with 9 additions and 4 deletions

View File

@ -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

1
caishi.html Normal file
View File

@ -0,0 +1 @@
dkadfiwjsldkjfalkjfalsdkfj

3
test_devops.rb Normal file
View File

@ -0,0 +1,3 @@
def test_devops
puts "This is good idea."
end