不同仓库的合并请求带刷新 #28

Closed
postwoman wants to merge 67 commits from postwoman/forgeplus:master into dev_jjj
3 changed files with 9 additions and 4 deletions
Showing only changes of commit 50366bddf9 - Show all commits

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