File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
command : ./build.sh DEV
25
25
- deploy :
26
26
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
28
28
cp ./../buildscript/master_deploy.sh .
29
29
./master_deploy.sh -d ECS -e DEV -t $CIRCLE_BUILD_NUM -s submission-processor-es
30
30
50
50
command : ./build.sh PROD
51
51
- deploy :
52
52
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
54
54
cp ./../buildscript/master_deploy.sh .
55
55
./master_deploy.sh -d ECS -e PROD -t $CIRCLE_BUILD_NUM -s submission-processor-es
56
56
You can’t perform that action at this time.
0 commit comments