Fix list indentation in README
This commit is contained in:
parent
6d4647749d
commit
f0e6b331d8
12
README.md
12
README.md
|
@ -61,15 +61,15 @@ To enable this functionality, a user should be set up on GitLab, with GitLab 'De
|
|||
1. In the *Source Code Management* section:
|
||||
1. Click *Git*
|
||||
2. Enter your *Repository URL*, such as ``git@your.gitlab.server:gitlab_group/gitlab_project.git``
|
||||
* In the *Advanced* settings, set *Name* to ``origin`` and *Refspec* to
|
||||
* In the *Advanced* settings, set *Name* to ``origin`` and *Refspec* to
|
||||
``+refs/heads/*:refs/remotes/origin/* +refs/merge-requests/*/head:refs/remotes/origin/merge-requests/*``
|
||||
3. In order to merge from forked repositories: <br/>**Note:** this requires [configuring communication to the GitLab server](#configuring-access-to-gitlab)
|
||||
* Click *Add Repository* to specify the merge request source repository. Then specify:
|
||||
* *URL*: ``${gitlabSourceRepoURL}``
|
||||
* In the *Advanced* settings, set *Name* to ``${gitlabSourceRepoName}``. Leave *Refspec* blank.
|
||||
* Click *Add Repository* to specify the merge request source repository. Then specify:
|
||||
* *URL*: ``${gitlabSourceRepoURL}``
|
||||
* In the *Advanced* settings, set *Name* to ``${gitlabSourceRepoName}``. Leave *Refspec* blank.
|
||||
4. In *Branch Specifier* enter:
|
||||
* For single-repository workflows: ``origin/${gitlabSourceBranch}``
|
||||
* For forked repository workflows: ``merge-requests/${gitlabMergeRequestId}``
|
||||
* For single-repository workflows: ``origin/${gitlabSourceBranch}``
|
||||
* For forked repository workflows: ``merge-requests/${gitlabMergeRequestId}``
|
||||
5. In *Additional Behaviours*:
|
||||
* Click the *Add* drop-down button
|
||||
* Select *Merge before build* from the drop-down
|
||||
|
|
Loading…
Reference in New Issue