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

Forward flag if config import should be skipped

parent 11e54df4
No related branches found
No related tags found
1 merge request!17Merging develop into main
......@@ -99,7 +99,7 @@ fi
echo "Create merge request ..."
# Create MR
TITLE=Merging $SOURCEBRANCH into $TARGETBRANCH
TITLE="Merging $SOURCEBRANCH into $TARGETBRANCH"
if [[ "${SKIPCONFIGIMPORT}" == "yes" ]]; then
TITLE="${TITLE} [SKIP_CONFIG_IMPORT]"
fi
......
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