forked from testg/test_repo
Compare commits
2 Commits
v1.0
...
a101211279
Author | SHA1 | Date | |
---|---|---|---|
b61f957abc | |||
767ca5dadd |
16
.drone.yml
16
.drone.yml
@@ -16,3 +16,19 @@ steps:
|
|||||||
- 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"
|
||||||
|
Reference in New Issue
Block a user