We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0aa8b commit 71c8c20Copy full SHA for 71c8c20
.circleci/config.yml
@@ -91,7 +91,7 @@ smoke_testing: &smoke_testing
91
name: "configuring environment"
92
command: |
93
./awsconfiguration.sh $DEPLOY_ENV
94
- ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-deployvar
+ ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
95
- run:
96
name: "Run automation"
97
no_output_timeout: 20m
0 commit comments