Try to use debian image instead
This commit is contained in:
parent
cb23d7285e
commit
ca192cb8bf
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue