Fix checkApp job name

This commit is contained in:
Kirill Kamakin
2021-11-20 11:13:50 +03:00
parent 01a0d17d01
commit e13dc709f3

View File

@@ -37,7 +37,7 @@ checkApp:
assembleRelease: assembleRelease:
interruptible: true interruptible: true
stage: build stage: build
needs: [ "check" ] needs: [ "checkApp" ]
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