Skip to content
Snippets Groups Projects

ci-package-builder: Fix concurrent tag-release jobs

Merged Emanuele Aina requested to merge wip/em/fix-concurrent-tag-release into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -130,6 +130,8 @@ tag-release:
GIT_STRATEGY: clone
RELEASE: 1
PRISTINE_SOURCE: pristine-lfs-source
# avoid conflicts when concurrently trying to commit stuff to the shared $PRISTINE_SOURCE branch
resource_group: $CI_PROJECT_ID
stage: release
tags:
- lightweight
Loading