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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue