Skip to content

Commit ecc2bc7

Browse files
committed
version change
1 parent 94dfc80 commit ecc2bc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install_dependency: &install_dependency
99
install_deploysuite: &install_deploysuite
1010
name: Installation of install_deploysuite.
1111
command: |
12-
git clone --branch v1.4.17 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
12+
git clone --branch v1.4.19 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1313
cp ./../buildscript/master_deploy.sh .
1414
cp ./../buildscript/buildenv.sh .
1515
cp ./../buildscript/awsconfiguration.sh .
@@ -28,14 +28,14 @@ builddeploy_steps: &builddeploy_steps
2828
- run: *install_dependency
2929
- run: *install_deploysuite
3030
- run: ./build.sh ${APPNAME}
31-
- deploy:
31+
- run:
3232
name: Running MasterScript.
3333
command: |
3434
./awsconfiguration.sh $DEPLOY_ENV
3535
source awsenvconf
3636
./psvar-processor.sh -t appenv -p /config/${APPNAME}/deployvar
3737
source deployvar_env
38-
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -j /config/common/global-appvar,/config/${APPNAME}/appvar -i ${APPNAME} -p FARGATE
38+
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -j /config/${APPNAME}/appvar,/config/common/global-appvar -i ${APPNAME} -p FARGATE
3939
4040
4141
jobs:

0 commit comments

Comments
 (0)