typo
Some checks failed
gestemps/comptaplanapp/pipeline/head There was a failure building this commit

This commit is contained in:
cghislai 2021-11-27 18:33:54 +01:00
parent 2005fd437f
commit 56003d3209

View File

@ -24,10 +24,10 @@ KEYALIAS="$(head -n 1 ${SECRETS_PATH}/signing_keystore.key.alias)"
cat << EOF > android/key.properties
storePassword=${STOREPASS}
keyPassword=${KEYPASS}
keyAlias=${KEYALIAS
keyAlias=${KEYALIAS}
storeFile=${SECRETS_PATH}/signing_keystore.jks
EOF
cat android/key.properties
pwd
flutter build appbundle --dart-define="APP_TITLE=${APP_TITLE}" --dart-define="APP_URI=${APP_URI}" --dart-define="APP_COLOR=${APP_COLOR}"