Skip to content
Snippets Groups Projects
Commit 0f0adf4e authored by jurgenhaas's avatar jurgenhaas
Browse files

Improving merge script

parent 0e81721c
No related branches found
No related tags found
2 merge requests!43Merging develop into main,!42Merging develop into main
...@@ -27,7 +27,7 @@ if [[ "$1" == "major" ]]; then ...@@ -27,7 +27,7 @@ if [[ "$1" == "major" ]]; then
TITLE="${TITLE} [MAJOR_VERSION]" TITLE="${TITLE} [MAJOR_VERSION]"
fi fi
sleep 5 sleep 2
rm /tmp/glab.log || true rm /tmp/glab.log || true
glab mr create --fill --yes --source-branch ${SOURCEBRANCH} --target-branch ${TARGETBRANCH} --title "$TITLE" > /tmp/glab.log glab mr create --fill --yes --source-branch ${SOURCEBRANCH} --target-branch ${TARGETBRANCH} --title "$TITLE" > /tmp/glab.log
EC=0 EC=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment