diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:27:20 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:27:20 +0000 |
commit | 6df0a72b70e6b4cdfafd99407cd0a07723298246 (patch) | |
tree | b84503ac2b515276b56bb5321919a9d7f96a096b /.gitlab-ci.yml | |
parent | 2e0a2945cb588afd8ef74658917f6d8b20981a90 (diff) |
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5aba784..140a127 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: xldrkp/pandoc:latest build: before_script: - - git clone https://gitlab-ci-token${CI_JOB_TOKEN}git@https://collaborating.tuhh.de/cfo8486/buchprojekt.wiki.git + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@https://collaborating.tuhh.de/cfo8486/buchprojekt.wiki.git script: - ls -la - cd buchprojekt.wiki |