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
2828install_deploysuite : &install_deploysuite
2929 name : Installation of install_deploysuite.
3030 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
3232 cp ./../buildscript/master_deploy.sh .
3333 cp ./../buildscript/buildenv.sh .
3434 cp ./../buildscript/awsconfiguration.sh .
6363 name : " configuring environment"
6464 command : |
6565 ./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
6767 - run : *build_docker_image
6868 # Caching node modules.
6969 - save_cache : *save_cache_settings
@@ -207,7 +207,7 @@ jobs:
207207 name : " configuring environment"
208208 command : |
209209 ./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
211211 # Build of Docker image.
212212 - run : *build_docker_image
213213 # Caching node modules.
You can’t perform that action at this time.
0 commit comments