添加 'add.c' #4

Open
a1012112796 wants to merge 6 commits from a1012112796/test_repo:a1012112796-patch-1 into master
Showing only changes of commit 767ca5dadd - Show all commits
+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"