Make sure release app isn't build until tests pass

This commit is contained in:
Kirill Kamakin
2021-11-20 11:12:59 +03:00
parent 25ac2c3851
commit 01a0d17d01

View File

@@ -37,7 +37,7 @@ checkApp:
assembleRelease:
interruptible: true
stage: build
needs: [ ]
needs: [ "check" ]
script:
- echo "$MEALIE_KEY_STORE" | base64 -d > app/mealie-release-key.jks
- echo "keystorePath=mealie-release-key.jks" > keystore.properties