We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f16f40 commit d364f82Copy full SHA for d364f82
1 file changed
.circleci/config.yml
@@ -87,11 +87,6 @@ workflows:
87
name: publish_docker_local
88
requires:
89
- install_trivy_and_download_dbs
90
- - codacy_plugins_test/run:
91
- name: plugins_test
92
- run_multiple_tests: true
93
- requires:
94
- - publish_docker_local
95
- codacy/publish_docker:
96
name: publish_dockerhub
97
context: CodacyDocker
@@ -102,7 +97,7 @@ workflows:
102
docker tag "$CIRCLE_PROJECT_REPONAME:latest" "codacy/$CIRCLE_PROJECT_REPONAME:latest"
103
98
docker push --all-tags "codacy/$CIRCLE_PROJECT_REPONAME"
104
99
105
- - plugins_test
100
+ - publish_docker_local
106
101
- codacy/mirror_to_ecr:
107
context: CodacyAWS
108
name: mirror_to_ecr_integration
0 commit comments