Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit fddc219

Browse files
authored
Merge pull request #396 from appirio-tech/dev-circleci
Updated token properties file location
2 parents 7165546 + 9bbcfe6 commit fddc219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- run:
9797
name: copying configuration file
9898
command: |
99-
cp ./../buildscript/direct/conf/dev/token.properties.enc .
99+
cp ./../buildscript/direct/conf/qa/token.properties.enc .
100100
openssl enc -aes-256-cbc -d -in token.properties.enc -out token.properties -k $SECPASSWD
101101
- run:
102102
name: Installation of build dependencies.
@@ -158,7 +158,7 @@ jobs:
158158
- run:
159159
name: copying configuration file
160160
command: |
161-
cp ./../buildscript/direct/conf/dev/token.properties.enc .
161+
cp ./../buildscript/direct/conf/prod/token.properties.enc .
162162
openssl enc -aes-256-cbc -d -in token.properties.enc -out token.properties -k $SECPASSWD
163163
- run:
164164
name: Installation of build dependencies.

0 commit comments

Comments
 (0)