ob das auch mit einem eigenen container tut ?

This commit is contained in:
jem 2020-11-13 17:17:55 +01:00
parent 9da1a68552
commit 3f2cae25d2

View file

@ -1,4 +1,4 @@
image: docker:19.03.12 image: domaindrivenarchitecture/dda-devops-build:latest
stages: stages:
- build - build
@ -8,11 +8,6 @@ stages:
services: services:
- docker:19.03.12-dind - 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: build:
stage: build stage: build
script: script: