Skip to content

Commit ac3e613

Browse files
authored
Update config.yml
[skip ci]
1 parent 30040f1 commit ac3e613

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
@@ -24,7 +24,7 @@ jobs:
2424
command: ./build.sh DEV
2525
- deploy:
2626
command: |
27-
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
27+
git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
2828
cp ./../buildscript/master_deploy.sh .
2929
./master_deploy.sh -d ECS -e DEV -t $CIRCLE_BUILD_NUM -s submission-processor-es
3030
@@ -50,7 +50,7 @@ jobs:
5050
command: ./build.sh PROD
5151
- deploy:
5252
command: |
53-
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
53+
git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
5454
cp ./../buildscript/master_deploy.sh .
5555
./master_deploy.sh -d ECS -e PROD -t $CIRCLE_BUILD_NUM -s submission-processor-es
5656

0 commit comments

Comments
 (0)