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

@ -7,6 +7,7 @@ platform:
steps:
- name: test
image: node
image: ruby
commands:
- echo hello
- 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