dda-backup/.gitlab-ci.yml
2020-11-13 10:09:37 +01:00

24 lines
423 B
YAML

image: docker:19.03.12
stages:
- build
- test
- publish
services:
- docker:19.03.12-dind
before_script:
- set -eux; apk add --no-cache python3 py3-pip;
- pip3 install pybuilder ddadevops deprecation python-terraform --user
- export PATH=$PATH:~/.local/bin
build:
stage: build
script:
- cd infrastrucure/docker && pyb image
test:
stage: test
script:
- cd infrastrucure/docker && pyb image