Skip to content

Commit

Permalink
#1028, #1096 | Try alternate approach to determine key specific env v…
Browse files Browse the repository at this point in the history
…ars from flavor

(cherry picked from commit 0275e84)
  • Loading branch information
1t5j0y committed Sep 19, 2023
1 parent 3dfda98 commit 8a2934b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ jobs:
parameters:
keystore_password:
type: string
default: "echo << pipeline.parameters.flavor >>_KEYSTORE_PASSWORD | tr a-z A-Z"
default: echo << pipeline.parameters.flavor >>_KEYSTORE_PASSWORD | tr a-z A-Z
key_password:
type: string
default: "echo << pipeline.parameters.flavor >>_KEY_PASSWORD | tr a-z A-Z"
default: echo << pipeline.parameters.flavor >>_KEY_PASSWORD | tr a-z A-Z
key_alias:
type: string
default: "echo << pipeline.parameters.flavor >>_KEY_ALIAS | tr a-z A-Z"
default: echo << pipeline.parameters.flavor >>_KEY_ALIAS | tr a-z A-Z
docker:
- image: cimg/android:2022.12-node
working_directory: ~/avni-client
Expand Down

0 comments on commit 8a2934b

Please sign in to comment.