Build with sh
This commit is contained in:
parent
dbb52a8421
commit
cb23d7285e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue