From ca192cb8bfbf765ff92ce31a6c027c58a6a6eaa9 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sun, 27 Oct 2019 01:07:05 -0400 Subject: [PATCH] Try to use debian image instead --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f6a7ba..e6db46b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,10 +96,9 @@ teamspeak:deploy: defiant:build: stage: build - image: - name: alpine/git - entrypoint: ["/bin/sh"] + image: debian script: + - apt-get update && apt-get install -y git - cd ${DEFIANT_SRC}/src - git clone https://github.com/momothereal/code-jam-2.git defiant - cp main_config.yaml defiant/config/main_config.yaml