From 3f2cae25d2cb005c00fa7cce4f37c2c59a934621 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 13 Nov 2020 17:17:55 +0100 Subject: [PATCH] ob das auch mit einem eigenen container tut ? --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 654aaf4..07e8d06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: docker:19.03.12 +image: domaindrivenarchitecture/dda-devops-build:latest stages: - build @@ -8,11 +8,6 @@ stages: 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: