Skip to content
Snippets Groups Projects
Commit 761908ba authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Merge remote-tracking branch 'origin/main' into feat/stack_pinot_noir

parents cbd4834b 9d2ee174
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
Pipeline #203784 passed
......@@ -45,12 +45,13 @@ else
squash_base=main
fi
if [ "x${CI_MERGE_REQUEST_IID}" != "x" ]
then
squash_id=${CI_MERGE_REQUEST_IID}
elif [ "x${CI_COMMIT_BRANCH}" != "x" ]
then
squash_id=${CI_MERGE_REQUEST_IID}
squash_id=${CI_COMMIT_BRANCH}
else
squash_id="local"
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