3 Commits

Author SHA1 Message Date
b61f957abc 更新 'README.md' 2022-11-11 09:14:09 +08:00
767ca5dadd test promote
Signed-off-by: a1012112796 <1012112796@qq.com>
2021-05-15 11:00:09 +08:00
cb61b09bcd 更新 'README.md' 2021-03-29 10:51:45 +08:00
2 changed files with 38 additions and 19 deletions
+16
View File
@@ -16,3 +16,19 @@ steps:
- gcc main.c -o test
- ./test
---
kind: pipeline
type: docker
name: promote_test
trigger:
event:
- promote
target:
- production
steps:
- name: test
image: gcc
commands:
- echo "start test"
+3
View File
@@ -1,3 +1,6 @@
# test_repo
test repo
1234 1244