Skip to content

Commit 71c8c20

Browse files
committed
fix CircleCI test-automation
1 parent ce0aa8b commit 71c8c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ smoke_testing: &smoke_testing
9191
name: "configuring environment"
9292
command: |
9393
./awsconfiguration.sh $DEPLOY_ENV
94-
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-deployvar
94+
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
9595
- run:
9696
name: "Run automation"
9797
no_output_timeout: 20m

0 commit comments

Comments
 (0)