File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ install_dependency: &install_dependency
9
9
install_deploysuite : &install_deploysuite
10
10
name : Installation of install_deploysuite.
11
11
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
13
13
cp ./../buildscript/master_deploy.sh .
14
14
cp ./../buildscript/buildenv.sh .
15
15
cp ./../buildscript/awsconfiguration.sh .
@@ -28,14 +28,14 @@ builddeploy_steps: &builddeploy_steps
28
28
- run : *install_dependency
29
29
- run : *install_deploysuite
30
30
- run : ./build.sh ${APPNAME}
31
- - deploy :
31
+ - run :
32
32
name : Running MasterScript.
33
33
command : |
34
34
./awsconfiguration.sh $DEPLOY_ENV
35
35
source awsenvconf
36
36
./psvar-processor.sh -t appenv -p /config/${APPNAME}/deployvar
37
37
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
39
39
40
40
41
41
jobs :
You can’t perform that action at this time.
0 commit comments