Skip to content
Snippets Groups Projects
Commit 16443640 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Update entrypoint.sh

parent 449c57a0
No related branches found
No related tags found
1 merge request!2Update entrypoint.sh
Pipeline #34940 passed
...@@ -37,10 +37,10 @@ if [ ${COUNTBRANCHES} -eq "0" ]; then ...@@ -37,10 +37,10 @@ if [ ${COUNTBRANCHES} -eq "0" ]; then
--form "id=${CI_PROJECT_ID}" \ --form "id=${CI_PROJECT_ID}" \
--form "source_branch=${CI_COMMIT_REF_NAME}" \ --form "source_branch=${CI_COMMIT_REF_NAME}" \
--form "target_branch=${TARGET_BRANCH}" \ --form "target_branch=${TARGET_BRANCH}" \
--form "title=\"WIP: ${CI_COMMIT_REF_NAME}\"" \ --form "title=\"Draft: ${CI_COMMIT_REF_NAME}\"" \
--form "remove_source_branch=true" --form "remove_source_branch=true"
echo "Opened a new merge request: WIP: ${CI_COMMIT_REF_NAME}" echo "Opened a new merge request: Draft: ${CI_COMMIT_REF_NAME}"
exit exit
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment