Merge pull request #760 from verath/patch-1

Readme: escape markdown refspec for tags
This commit is contained in:
Owen Mehegan 2018-05-25 23:07:02 -04:00 committed by GitHub
commit ca715da7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ Triggers may be filtered based on the branch name, i.e. the build will only be a
In order to build when a new tag is pushed:
1. In the GitLab webhook configuration, add 'Tag push events'
2. In the job configuration under 'Source code management':
1. Select 'Advanced...' and add '+refs/tags/*:refs/remotes/origin/tags/*' as the Refspec
1. Select 'Advanced...' and add '`+refs/tags/*:refs/remotes/origin/tags/*`' as the Refspec
2. You can also use 'Branch Specifier' to specify which tag need to be built (example 'refs/tags/${TAGNAME}')
## Add a note to merge requests