From e13dc709f369aa522d85a4a367bd2b5d5dd672d9 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 20 Nov 2021 11:13:50 +0300 Subject: [PATCH] Fix checkApp job name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aae3fb0..3ec36be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ checkApp: assembleRelease: interruptible: true stage: build - needs: [ "check" ] + needs: [ "checkApp" ] script: - echo "$MEALIE_KEY_STORE" | base64 -d > app/mealie-release-key.jks - echo "keystorePath=mealie-release-key.jks" > keystore.properties