Skip to content

Commit 4c28208

Browse files
authored
Merge pull request #2747 from appirio-tech/dev
Production Release 2.4.8
2 parents 3964b3d + 52a089f commit 4c28208

32 files changed

+7206
-6691
lines changed

.circleci/config.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ jobs:
44
docker:
55
- image: circleci/node:8.9.4-browsers
66
steps:
7-
- run:
8-
name: checking out qa framework repo
9-
command: git clone --branch develop https://$GITUSER:[email protected]/appirio-tech/qa-framework-js.git ../qa-framework
107
- checkout
118
- restore_cache:
129
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
@@ -34,9 +31,9 @@ jobs:
3431
- deploy:
3532
name: Running MasterScript
3633
command: |
37-
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
34+
git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
3835
cp ./../buildscript/master_deploy.sh .
39-
./master_deploy.sh -d CFRONT -e DEV -s connectapp
36+
./master_deploy.sh -d CFRONT -e DEV -s connectapp -c false
4037
# deploy to test02
4138
deployTest02:
4239
docker:
@@ -57,7 +54,7 @@ jobs:
5754
- deploy:
5855
name: Running MasterScript
5956
command: |
60-
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
57+
git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
6158
cp ./../buildscript/master_deploy.sh .
6259
./master_deploy.sh -d CFRONT -e PROD -s connectapp
6360

0 commit comments

Comments
 (0)