Make sure release app isn't build until tests pass
This commit is contained in:
@@ -37,7 +37,7 @@ checkApp:
|
|||||||
assembleRelease:
|
assembleRelease:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
stage: build
|
stage: build
|
||||||
needs: [ ]
|
needs: [ "check" ]
|
||||||
script:
|
script:
|
||||||
- echo "$MEALIE_KEY_STORE" | base64 -d > app/mealie-release-key.jks
|
- echo "$MEALIE_KEY_STORE" | base64 -d > app/mealie-release-key.jks
|
||||||
- echo "keystorePath=mealie-release-key.jks" > keystore.properties
|
- echo "keystorePath=mealie-release-key.jks" > keystore.properties
|
||||||
|
|||||||
Reference in New Issue
Block a user