ob das auch mit einem eigenen container tut ?
This commit is contained in:
parent
9da1a68552
commit
3f2cae25d2
1 changed files with 1 additions and 6 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue