mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-04-20 18:36:31 +02:00
secret printing cleanup
This commit is contained in:
parent
45e8f529ca
commit
656cba855c
@ -82,10 +82,8 @@ build_Android:
|
|||||||
# only:
|
# only:
|
||||||
# - tags # the build process will only be started by git tag commits
|
# - tags # the build process will only be started by git tag commits
|
||||||
script:
|
script:
|
||||||
- echo $AndroidKeyStore
|
|
||||||
- echo "$AndroidKeyStore" > "$(pwd)/fabaccess.keystore"
|
|
||||||
- type "$(pwd)/fabaccess.keystore"
|
|
||||||
- '& "$env:NUGET_PATH" restore' # restore Nuget dependencies
|
- '& "$env:NUGET_PATH" restore' # restore Nuget dependencies
|
||||||
|
- echo "$AndroidKeyStore" > "$(pwd)/fabaccess.keystore"
|
||||||
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid /target:Borepin_Android:SignAndroidPackage /p:AndroidKeyStore="True" /p:AndroidSigningKeyStore="$(pwd)/fabaccess.keystore" /p:AndroidSigningKeyPass="$AndroidKeyStore_Password" /p:AndroidSigningKeyAlias="$AndroidKeyStore_ID" /p:AndroidSigningStorePass="$AndroidKeyStore_Password"' # build the project
|
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid /target:Borepin_Android:SignAndroidPackage /p:AndroidKeyStore="True" /p:AndroidSigningKeyStore="$(pwd)/fabaccess.keystore" /p:AndroidSigningKeyPass="$AndroidKeyStore_Password" /p:AndroidSigningKeyAlias="$AndroidKeyStore_ID" /p:AndroidSigningStorePass="$AndroidKeyStore_Password"' # build the project
|
||||||
- rm "$(pwd)/fabaccess.keystore"
|
- rm "$(pwd)/fabaccess.keystore"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user