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

Improving merge script

parent e5d7d1a1
No related branches found
No related tags found
1 merge request!45Merging 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 2 git fetch
rm /tmp/glab.log >/dev/null 2>&1 || true rm /tmp/glab.log >/dev/null 2>&1 || 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.
Finish editing this message first!
Please register or to comment