1 Commits

Author SHA1 Message Date
cb61b09bcd 更新 'README.md' 2021-03-29 10:51:45 +08:00
2 changed files with 19 additions and 36 deletions

View File

@@ -1,34 +1,18 @@
--- ---
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"

View File

@@ -2,5 +2,4 @@
test repo test repo
1234 1244 ## test