fix secret paths
Some checks failed
valuya/comptaplan_app/pipeline/head There was a failure building this commit
Some checks failed
valuya/comptaplan_app/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3816a01fdf
commit
cb9da7a7fa
|
@ -20,7 +20,7 @@ cat << EOF > android/key.properties
|
|||
storePassword=jenkins.fteamdev
|
||||
keyPassword=jenkins.fteamdev
|
||||
keyAlias=jenkins.fteamdev
|
||||
storeFile=/var/run/secrets/signing_keystore.jks
|
||||
storeFile=/var/run/secrets/gestemps/signing_keystore.jks
|
||||
EOF
|
||||
|
||||
pwd
|
||||
|
|
|
@ -19,7 +19,7 @@ npm install
|
|||
./node_modules/.bin/tsc
|
||||
npm install -g --save googleapis
|
||||
|
||||
GOOGLE_APPLICATION_CREDENTIALS=/var/run/secrets/google_api.key.json \
|
||||
GOOGLE_APPLICATION_CREDENTIALS=/var/run/secrets/gestemps/google_api.key.json \
|
||||
node ${WD}/publish-android-js/publish-app-store.js \
|
||||
"$TRACK" "$VERSION_CODE" "$RELEASE_STATUS" "$VERSION_CODE $VERISON_NAME" "$RELEASE_MESSAGE" ${WD}/../build/app/outputs/bundle/release/app-release.aab \
|
||||
|| exit 1
|
||||
|
|
Reference in New Issue
Block a user