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
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
|
||||
test:bandit:
|
||||
script:
|
||||
- cp config.yaml.example config.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue