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 @@ -28,7 +28,7 @@ install_dependency: &install_dependency
28
28
install_deploysuite : &install_deploysuite
29
29
name : Installation of install_deploysuite.
30
30
command : |
31
- git clone --branch dev_comm https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
31
+ git clone --branch dev https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
32
32
cp ./../buildscript/master_deploy.sh .
33
33
cp ./../buildscript/buildenv.sh .
34
34
cp ./../buildscript/awsconfiguration.sh .
63
63
name : " configuring environment"
64
64
command : |
65
65
./awsconfiguration.sh DEV
66
- ./buildenv.sh -e DEV -b dev_communityapp_buildvar,dev_communityapp_deployvar
66
+ ./buildenv.sh -e DEV -b dev_communityapp_buildvar,dev_communityapp_deployvar -l dev_communityapp_buildvar_ps
67
67
- run : *build_docker_image
68
68
# Caching node modules.
69
69
- save_cache : *save_cache_settings
@@ -207,7 +207,7 @@ jobs:
207
207
name : " configuring environment"
208
208
command : |
209
209
./awsconfiguration.sh PROD
210
- ./buildenv.sh -e PROD -b prod_communityapp_buildvar,prod_communityapp_deployvar
210
+ ./buildenv.sh -e PROD -b prod_communityapp_buildvar,prod_communityapp_deployvar -l prod_communityapp_buildvar_ps
211
211
# Build of Docker image.
212
212
- run : *build_docker_image
213
213
# Caching node modules.
You can’t perform that action at this time.
0 commit comments