dda-backup/.gitlab-ci.yml

19 lines
428 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 build-base python3 python3-dev py3-pip py3-setuptools py3-wheel libffi-dev openssl-dev;
- pip3 install pybuilder ddadevops deprecation python-terraform boto3 mfa
- export PATH=$PATH:~/.local/bin
build:
stage: build
script:
- cd infrastrucure/docker && pyb image test