From 9bbcfe644da9cf872b1e13b8e876cd4956f66067 Mon Sep 17 00:00:00 2001 From: Gunasekar-K Date: Tue, 1 May 2018 23:49:26 +0530 Subject: [PATCH] Updated token properties file location --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index efdc25b21..ac35f0cf5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,7 +96,7 @@ jobs: - run: name: copying configuration file command: | - cp ./../buildscript/direct/conf/dev/token.properties.enc . + cp ./../buildscript/direct/conf/qa/token.properties.enc . openssl enc -aes-256-cbc -d -in token.properties.enc -out token.properties -k $SECPASSWD - run: name: Installation of build dependencies. @@ -158,7 +158,7 @@ jobs: - run: name: copying configuration file command: | - cp ./../buildscript/direct/conf/dev/token.properties.enc . + cp ./../buildscript/direct/conf/prod/token.properties.enc . openssl enc -aes-256-cbc -d -in token.properties.enc -out token.properties -k $SECPASSWD - run: name: Installation of build dependencies.