We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5328e2b commit 08e0fa3Copy full SHA for 08e0fa3
.gitlab-ci.yml
@@ -117,10 +117,6 @@ test_published_artifacts:
117
image: ghcr.io/datadog/dd-trace-java-docker-build:${JAVA_BUILD_IMAGE_VERSION}-7 # Needs Java7 for some tests
118
stage: tests
119
needs: [ build ]
120
- rules:
121
- - if: '$POPULATE_CACHE'
122
- when: never
123
- - when: on_success
124
variables:
125
BUILD_CACHE_TYPE: lib
126
script:
@@ -145,10 +141,6 @@ muzzle:
145
141
146
142
147
143
parallel: 8
148
149
150
151
152
144
153
BUILD_CACHE_TYPE: test
154
0 commit comments