Skip to content

Commit 16cfe8c

Browse files
Merge pull request #6756 from topcoder-platform/PROD-3059
2 parents 6c2781e + 2e56771 commit 16cfe8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: "configuring environment"
9191
command: |
9292
./awsconfiguration.sh DEV
93-
./buildenv.sh -e DEV -b test_communityapp_buildvar,test_communityapp_deployvar
93+
./buildenv.sh -e DEV -b test_communityapp_buildvar,test_communityapp_deployvar -l dev_communityapp_buildvar_ps
9494
# Build of Docker image.
9595
- run: *build_docker_image
9696
# Caching node modules.
@@ -118,7 +118,7 @@ jobs:
118118
name: "configuring environment"
119119
command: |
120120
./awsconfiguration.sh DEV
121-
./buildenv.sh -e DEV -b qa_communityapp_buildvar,qa_communityapp_deployvar
121+
./buildenv.sh -e DEV -b qa_communityapp_buildvar,qa_communityapp_deployvar -l dev_communityapp_buildvar_ps
122122
# Build of Docker image.
123123
- run: *build_docker_image
124124
# Caching node modules.
@@ -146,7 +146,7 @@ jobs:
146146
name: "configuring environment"
147147
command: |
148148
./awsconfiguration.sh PROD
149-
./buildenv.sh -e PROD -b beta_communityapp_buildvar,beta_communityapp_deployvar
149+
./buildenv.sh -e PROD -b beta_communityapp_buildvar,beta_communityapp_deployvar -l prod_communityapp_buildvar_ps
150150
# Build of Docker image.
151151
- run: *build_docker_image
152152
# Caching node modules.
@@ -174,7 +174,7 @@ jobs:
174174
name: "configuring environment"
175175
command: |
176176
./awsconfiguration.sh PROD
177-
./buildenv.sh -e PROD -b staging_communityapp_buildvar,staging_communityapp_deployvar
177+
./buildenv.sh -e PROD -b staging_communityapp_buildvar,staging_communityapp_deployvar -l prod_communityapp_buildvar_ps
178178
# Build of Docker image.
179179
- run: *build_docker_image
180180
# Caching node modules.

0 commit comments

Comments
 (0)