diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:31:03 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:31:03 +0000 |
commit | 018afe1de1dd0da16d30f35615f306d91e050ec9 (patch) | |
tree | ee7562f80967b743ee4ccc2b9b87fc1df6348ade | |
parent | 6df0a72b70e6b4cdfafd99407cd0a07723298246 (diff) |
Update .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 140a127..649ae73 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}@https://collaborating.tuhh.de/cfo8486/buchprojekt.wiki.git + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@collaborating.tuhh.de/cfo8486/buchprojekt.wiki.git script: - ls -la - cd buchprojekt.wiki |