forked from jasder/forgeplus
Merge branch 'master' of http://testgitea2.trustie.net/jasder/forgeplus
This commit is contained in:
commit
50366bddf9
|
@ -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