Skip to content

Commit 4419f30

Browse files
committed
ci: fixed file name
1 parent bd96b3d commit 4419f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ jobs:
222222
name: "Run automation"
223223
command: |
224224
source awsenvconf
225-
source buildenvvar
226-
./automated-smoke-test/smoketest.sh automation-config-dev.json prod
225+
# source buildenvvar
226+
./automated-smoke-test/smoketest.sh automation-config-staging.json prod
227227

228228
# Test job for the cases when we do not need deployment. It just rapidly
229229
# installs (updates) app dependencies, and runs tests (ESLint, Stylelint,

0 commit comments

Comments
 (0)