Try to use debian image instead

This commit is contained in:
Aram 🍐 2019-10-27 01:07:05 -04:00
parent cb23d7285e
commit ca192cb8bf

View file

@ -96,10 +96,9 @@ teamspeak:deploy:
defiant:build: defiant:build:
stage: build stage: build
image: image: debian
name: alpine/git
entrypoint: ["/bin/sh"]
script: script:
- apt-get update && apt-get install -y git
- cd ${DEFIANT_SRC}/src - cd ${DEFIANT_SRC}/src
- git clone https://github.com/momothereal/code-jam-2.git defiant - git clone https://github.com/momothereal/code-jam-2.git defiant
- cp main_config.yaml defiant/config/main_config.yaml - cp main_config.yaml defiant/config/main_config.yaml