From cb23d7285eedc3630657e379dbf824a791b05e8c Mon Sep 17 00:00:00 2001 From: momothereal Date: Sun, 27 Oct 2019 01:04:10 -0400 Subject: [PATCH] Build with sh --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9d07ba..3f6a7ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,7 +96,9 @@ teamspeak:deploy: defiant:build: stage: build - image: alpine/git + image: + name: alpine/git + entrypoint: ["/bin/sh"] script: - cd ${DEFIANT_SRC}/src - git clone https://github.com/momothereal/code-jam-2.git defiant