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
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: node
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- 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