Skip to content
Snippets Groups Projects

pkg-merge: Always submit a new MR, even with conflicts

Merged Emanuele Aina requested to merge wip/em/pkg-merge-always-submit-mr into apertis/v2022dev2
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -29,7 +29,7 @@ before_script:
RELEASE="${CI_COMMIT_BRANCH#*/}"
TAG=latest
else
TAG=$CI_COMMIT_REF_SLUG
TAG="latest"
fi
if [ "$STABLE" = "auto" ]
then
Loading