mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 14:09:19 +02:00
Fixed typo in ci script
This commit is contained in:
parent
3ac97d021c
commit
e0c24bea51
1 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ docker_release:
|
|||
- cp -r front/dist api/frontend
|
||||
- cd api
|
||||
script:
|
||||
- if [ "$CI_COMMIT_REF_NAME" == "develop" ]; then ./scripts/set-api-build-metadata $CI_COMMIT_SHORT_SHA; fi);
|
||||
- (if [ "$CI_COMMIT_REF_NAME" == "develop" ]; then ./scripts/set-api-build-metadata.sh $CI_COMMIT_SHORT_SHA; fi);
|
||||
- docker build -t $IMAGE .
|
||||
- docker push $IMAGE
|
||||
only:
|
||||
|
@ -258,7 +258,7 @@ build_api:
|
|||
paths:
|
||||
- api
|
||||
script:
|
||||
- if [ "$CI_COMMIT_REF_NAME" == "develop" ]; then ./scripts/set-api-build-metadata $CI_COMMIT_SHORT_SHA; fi);
|
||||
- (if [ "$CI_COMMIT_REF_NAME" == "develop" ]; then ./scripts/set-api-build-metadata.sh $CI_COMMIT_SHORT_SHA; fi);
|
||||
- chmod -R 750 api
|
||||
- echo Done!
|
||||
only:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue