Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
e0b16d03fe
commit
4cea0ed8b5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: testing
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: backend
|
- name: backend
|
||||||
|
@ -25,4 +25,4 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- /opt/arns/deploy_gemini.sh
|
- /opt/arns/deploy_gemini.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- testing
|
Loading…
Reference in a new issue