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.
2 parents 2f47cba + fcde8bd commit eac08ccCopy full SHA for eac08cc
.circleci/config.yml
@@ -150,7 +150,7 @@ jobs:
150
LOGICAL_ENV: "dev"
151
DEPLOY_ENV: "DEV"
152
COMPONENT_BRANCH: "dev"
153
- OR_INT_BRANCH: "v0.0.2"
+ OR_INT_BRANCH: "v0.0.3"
154
PLAT_INT_BRANCH: "v0.0.29"
155
APPNAME: "tc-online-review"
156
steps: *build_steps
@@ -162,7 +162,7 @@ jobs:
162
LOGICAL_ENV: "qa"
163
DEPLOY_ENV: "QA"
164
COMPONENT_BRANCH: "qa"
165
166
167
168
@@ -174,7 +174,7 @@ jobs:
174
LOGICAL_ENV: "prod"
175
DEPLOY_ENV: "PROD"
176
COMPONENT_BRANCH: "master"
177
178
179
180
0 commit comments