We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59ebff commit f3913b4Copy full SHA for f3913b4
1 file changed
.gitlab-ci.yml
@@ -66,7 +66,7 @@ test:
66
67
coverage:
68
stage: visualize
69
- image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.7
+ image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.9
70
script:
71
# convert report from jacoco to cobertura
72
- "python /opt/cover2cover.py build/reports/jacoco/test/jacocoTestReport.xml src/main/java > build/cobertura.xml"
@@ -134,8 +134,9 @@ push-dockerhub-native-mr:
134
after_script:
135
- echo "Image was uploaded to Dockerhub; explorviz/${DOCKERHUB_IMAGE_NAME}:latest and explorviz/${DOCKERHUB_IMAGE_NAME}:$CI_COMMIT_SHORT_SHA"
136
137
-push-dockerhub-main:
138
- extends: .push-dockerhub-base-job
+# Outsourced to GitHub Actions:
+# push-dockerhub-main:
139
+# extends: .push-dockerhub-base-job
140
141
push-dockerhub-mr:
142
stage: publish
0 commit comments