ADD '.git' ending to git clone with CI_JOB_TOKEN for clarity

This commit is contained in:
glass-ships 2019-07-08 02:14:49 +00:00 committed by Evan Read
parent bb879e7f75
commit e704cd09f7

View file

@ -185,7 +185,7 @@ The [Job environment variable][jobenv] `CI_JOB_TOKEN` can be used to
authenticate any clones of dependent repositories. For example:
```
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/myuser/mydependentrepo
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/<user>/<mydependentrepo>.git
```
It can also be used for system-wide authentication