This commit is contained in:
parent
298b8ae46a
commit
f715b83044
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: testing
|
name: testing
|
||||||
|
@ -11,7 +10,6 @@ steps:
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: ssh
|
type: ssh
|
||||||
name: deploy
|
name: deploy
|
||||||
|
@ -29,3 +27,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo Nu?
|
- echo Nu?
|
||||||
- /opt/arns/deploy_push_file_service.sh
|
- /opt/arns/deploy_push_file_service.sh
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- testing
|
||||||
|
|
Loading…
Reference in a new issue