添加 '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
+34 -18
View File
@@ -1,18 +1,34 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: build_linux_test name: build_linux_test
trigger: trigger:
event: event:
- pull_request - pull_request
- push - push
steps: steps:
- name: build_test - name: build_test
image: gcc image: gcc
commands: commands:
- echo "start test" - echo "start test"
- gcc main.c -o test - gcc main.c -o test
- ./test - ./test
---
kind: pipeline
type: docker
name: promote_test
trigger:
event:
- promote
target:
- production
steps:
- name: test
image: gcc
commands:
- echo "start test"