File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 key : maven-dependencies-1.0.13-{{ checksum "pom.xml" }}
117117 paths :
118118 - ~/.m2
119- test_staging :
119+ test_cli_staging :
120120 << : *run_integration_tests
121121 environment :
122122 TEST_PATH : Suite/CLI/STAGING.xml
@@ -125,7 +125,7 @@ jobs:
125125 LAUNCH_NAME : CLI_STAGING
126126 RP_LAUNCH_URL : https://reportportal.staging.codacy.org/ui/#codacy-analysis-cli/launches
127127 ENVIRONMENT : staging
128- test_production :
128+ test_cli_production :
129129 << : *run_integration_tests
130130 environment :
131131 TEST_PATH : Suite/CLI/PROD.xml
@@ -181,7 +181,7 @@ workflows:
181181 - test
182182 - lint
183183 - publish_docker_locally
184- - test_staging :
184+ - test_cli_staging :
185185 requires :
186186 - maven_dependencies
187187 - codacy/sbt :
@@ -193,13 +193,13 @@ workflows:
193193 +codacyAnalysisModels/publishSigned;
194194 sonatypeBundleRelease"
195195 requires :
196- - test_staging
196+ - test_cli_staging
197197 - codacy/publish_docker :
198198 name : publish_dockerhub
199199 context : CodacyDocker
200200 docker_tag : dev-snapshot
201201 requires :
202- - test_staging
202+ - test_cli_staging
203203 - codacy/tag_version :
204204 context : CodacyAWS
205205 requires :
@@ -208,7 +208,7 @@ workflows:
208208 context : CodacyDocker
209209 type : approval
210210 requires :
211- - test_staging
211+ - test_cli_staging
212212 - codacy/shell :
213213 name : publish_dockerhub_stable
214214 context : CodacyDocker
@@ -230,6 +230,6 @@ workflows:
230230 - master
231231 jobs :
232232 - maven_dependencies
233- - test_production :
233+ - test_cli_production :
234234 requires :
235235 - maven_dependencies
You can’t perform that action at this time.
0 commit comments