mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 22:34:30 +00:00
fix secret strings
This commit is contained in:
parent
5f7ef7c97b
commit
26ab35ec79
@ -116,9 +116,9 @@ def AndroidSteps() :
|
||||
'-spec', 'android-clang',
|
||||
"-r",
|
||||
"CONFIG+=qtquickcompiler",
|
||||
'SIGN_PATH="' + Interpolate("%(secret:SIGPATH)s") + '"',
|
||||
'SIGN_PATH="' + util.Interpolate("%(secret:SIGPATH)s") + '"',
|
||||
'SIGN_ALIES="quasarapp"',
|
||||
'SIGN_STORE_PASSWORD="' + Interpolate("%(secret:SIGPASS)s") + '"',
|
||||
'SIGN_STORE_PASSWORD="' + util.Interpolate("%(secret:SIGPASS)s") + '"',
|
||||
],
|
||||
haltOnFailure = True,
|
||||
doStepIf = lambda step : isAndroid(step),
|
||||
|
Loading…
x
Reference in New Issue
Block a user