We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5988fe8 commit 79b3026Copy full SHA for 79b3026
.gitlab-ci.yml
@@ -122,9 +122,10 @@ upload-to-internal:
122
stage: upload-to-internal
123
tags: [ docker, x64 ]
124
except:
125
- - tags # Only publish from branches.
126
- - schedules # Do not publish artifacts from scheduled jobs to save on disk space.
127
- - main # Do not overwrite release artifacts.
+ - main # Do not upload duplicate release artifacts
+ - pipelines # Do not upload artifacts if triggered by upstream project to save on disk space
+ - schedules # Do not upload artifacts from scheduled jobs to save on disk space
128
+ - tags # Only upload artifacts from branches
129
script:
130
- ./gradlew $GITLAB_REPO_ARGS $VERSION_ARGS publishMavenJavaPublicationToGitLabRepository
131
0 commit comments