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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !30
parents fccb2048 e95a22c3
No related branches found
No related tags found
1 merge request!30Merging develop into main
Pipeline #707093 passed
......@@ -124,6 +124,12 @@ TITLE="Merging $SOURCEBRANCH into $TARGETBRANCH"
if [[ "${SKIPCONFIGIMPORT}" == "yes" ]]; then
TITLE="${TITLE} [SKIP_CONFIG_IMPORT]"
fi
if [[ "$1" == "minor" ]]; then
TITLE="${TITLE} [MINOR_VERSION]"
fi
if [[ "$1" == "major" ]]; then
TITLE="${TITLE} [MAJOR_VERSION]"
fi
gitlab 201 POST projects/"$PRJID"/merge_requests --data "source_branch=$SOURCEBRANCH" --data "target_branch=$TARGETBRANCH" --data "title=$TITLE"
MRID=$(echo "$result" | jq -r ."iid")
if [[ $(isNumeric "$MRID") -eq 1 ]]; then
......
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