feat(ci): run docker build only after tests pass
This commit is contained in:
parent
962f90b384
commit
70bdebd155
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
image: python:3.8-bullseye
|
image: python:3.8-bullseye
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
- build
|
||||||
|
- deploy
|
||||||
|
|
||||||
test:bandit:
|
test:bandit:
|
||||||
script:
|
script:
|
||||||
- cp config.yaml.example config.yaml
|
- cp config.yaml.example config.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue