mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-26 22:20:24 +00:00
CircleCI: remove escaping
This commit is contained in:
parent
e1a3273084
commit
e6cdb8a769
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
FLAVOR1: Prod
|
||||
FLAVOR2: NoFree
|
||||
BUILD_TYPE: Release
|
||||
SIGN_CONFIG: "-PchaosflixKeystore=\$KEYSTORE -PchaosflixStorePassword=\$KEYSTORE_PASSWORD -PchaosflixKeyName=\$KEY_NAME -PchaosflixKeyPassword=\$KEYSTORE_PASSWORD"
|
||||
SIGN_CONFIG: "-PchaosflixKeystore=$KEYSTORE -PchaosflixStorePassword=$KEYSTORE_PASSWORD -PchaosflixKeyName=$KEY_NAME -PchaosflixKeyPassword=$KEYSTORE_PASSWORD"
|
||||
branches:
|
||||
only:
|
||||
- circleCI
|
||||
|
|
Loading…
Reference in a new issue