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
type: docker
name: build_linux_test
trigger:
event:
- pull_request
- push
steps:
- name: build_test
image: gcc
commands:
- echo "start test"
- 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"
---
kind: pipeline
type: docker
name: build_linux_test
trigger:
event:
- pull_request
- push
steps:
- name: build_test
image: gcc
commands:
- echo "start test"
- gcc main.c -o test
- ./test

View File

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