Skip to content

Commit 48361ff

Browse files
Added missing vars setup to smoke test on staging
1 parent 673976b commit 48361ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,12 @@ jobs:
218218
name: "configuring environment"
219219
command: |
220220
./awsconfiguration.sh PROD
221+
./buildenv.sh -e PROD -b staging_communityapp_buildvar,staging_communityapp_deployvar
221222
- run:
222223
name: "Run automation"
223224
command: |
224-
source awsenvconf
225+
source awsenvconf
226+
source buildenvvar
225227
./automated-smoke-test/smoketest.sh automation-config-staging.json prod
226228
# Test job for the cases when we do not need deployment. It just rapidly
227229
# installs (updates) app dependencies, and runs tests (ESLint, Stylelint,

0 commit comments

Comments
 (0)