Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gitlab CI Job Merge Request Create
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Gitlab CI Job Merge Request Create
Merge requests
!2
Update entrypoint.sh
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update entrypoint.sh
zimniy-master-patch-67852
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Update entrypoint.sh
Dmitriy Safronov
requested to merge
zimniy-master-patch-67852
into
master
Apr 10, 2022
Overview
0
Commits
1
Pipelines
2
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
16443640
1 commit,
Apr 10, 2022
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
entrypoint.sh
+
2
−
2
View file @ 16443640
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
Loading