Skip to content

Commit 673976b

Browse files
committed
ci: fixing syntax
1 parent 4419f30 commit 673976b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,11 @@ jobs:
218218
name: "configuring environment"
219219
command: |
220220
./awsconfiguration.sh PROD
221-
- run:
221+
- run:
222222
name: "Run automation"
223223
command: |
224-
source awsenvconf
225-
# source buildenvvar
224+
source awsenvconf
226225
./automated-smoke-test/smoketest.sh automation-config-staging.json prod
227-
228226
# Test job for the cases when we do not need deployment. It just rapidly
229227
# installs (updates) app dependencies, and runs tests (ESLint, Stylelint,
230228
# Jest unit-tests).

0 commit comments

Comments
 (0)