Unquote urls in YAML - source_control (#5795)

This commit is contained in:
Fabio Alessandro Locati 2016-12-02 15:34:33 +00:00 committed by Matt Clay
commit 18d022d808
3 changed files with 10 additions and 10 deletions

View file

@ -105,18 +105,18 @@ options:
EXAMPLES = '''
# Checkout subversion repository to specified folder.
- subversion:
repo: 'svn+ssh://an.example.org/path/to/repo'
repo: svn+ssh://an.example.org/path/to/repo
dest: /src/checkout
# Export subversion directory to folder
- subversion:
repo: 'svn+ssh://an.example.org/path/to/repo'
repo: svn+ssh://an.example.org/path/to/repo
dest: /src/export
# Example just get information about the repository whether or not it has
# already been cloned locally.
- subversion:
repo: 'svn+ssh://an.example.org/path/to/repo'
repo: svn+ssh://an.example.org/path/to/repo
dest: /srv/checkout
checkout: no
update: no