Skip to content

Commit 36bb1e2

Browse files
CI: do not publish from scheduled builds (#151)
1 parent fb74554 commit 36bb1e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ upload-to-internal:
120120
tags: [ docker, x64 ]
121121
except:
122122
- tags # Only publish from branches.
123+
- schedules # Do not publish artifacts from scheduled jobs to save on disk space.
123124
script:
124125
- ./gradlew $GITLAB_REPO_ARGS $VERSION_ARGS publishMavenJavaPublicationToGitLabRepository
125126

0 commit comments

Comments
 (0)