Skip to content

Commit 6b4f059

Browse files
authored
Update config.yml
[skip ci]
1 parent b1b8fe8 commit 6b4f059

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
@@ -27,7 +27,7 @@ jobs:
2727
- deploy:
2828
name : Running Masterscript
2929
command: |
30-
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
30+
git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
3131
cp ./../buildscript/master_deploy.sh .
3232
./master_deploy.sh -d ECS -e DEV -t $CIRCLE_BUILD_NUM -s member-group-processor
3333
@@ -56,7 +56,7 @@ jobs:
5656
- deploy:
5757
name : Running Masterscript
5858
command: |
59-
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
59+
git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
6060
cp ./../buildscript/master_deploy.sh .
6161
./master_deploy.sh -d ECS -e PROD -t $CIRCLE_BUILD_NUM -s member-group-processor-prod
6262
workflows:

0 commit comments

Comments
 (0)