Build with sh

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

View file

@ -96,7 +96,9 @@ teamspeak:deploy:
defiant:build: defiant:build:
stage: build stage: build
image: alpine/git image:
name: alpine/git
entrypoint: ["/bin/sh"]
script: script:
- 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