From f4df0726159d6a655bd5f8666d72764f359184af Mon Sep 17 00:00:00 2001 From: Black Hat Date: Fri, 3 Aug 2018 20:09:01 +0000 Subject: [PATCH] Switch Debian Docker to Alpine --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31a8036..b9af295 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,10 @@ stages: - deploy preparation-flatpak: - image: debian:latest + image: black0/alpine stage: preparation before_script: - mkdir -p tmp - - apt-get update - - apt-get install -y git script: - cd tmp - git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo" @@ -46,11 +44,9 @@ build-flatpak: deploy-flatpak: only: - master - image: debian:latest + image: black0/alpine stage: deploy before_script: - - apt-get update - - apt-get install -y git - git config --global user.name "$GIT_NAME" - git config --global user.email "$GIT_EMAIL" script: