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 71c8c20 commit ade7771Copy full SHA for ade7771
.circleci/config.yml
@@ -129,13 +129,15 @@ jobs:
129
environment:
130
DEPLOY_ENV: "DEV"
131
LOGICAL_ENV: "dev"
132
+ APPNAME: "challenge-engine-ui"
133
steps: *smoke_testing
134
135
"smoke-testing-prod":
136
<<: *test_defaults
137
138
DEPLOY_ENV: "PROD"
139
LOGICAL_ENV: "prod"
140
141
142
143
workflows:
0 commit comments