diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:24:42 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:24:42 +0000 |
commit | 2e0a2945cb588afd8ef74658917f6d8b20981a90 (patch) | |
tree | 5fe5a88a24e2c82d23dc29c09bc84777f4237105 | |
parent | 6774778f1f6b6e4bf0cf7f6433f65a3a3f684396 (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 171f1ed..5aba784 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@collaborating.tuhh.de:cfo8486/buchprojekt.wiki.git + - git clone https://gitlab-ci-token${CI_JOB_TOKEN}git@https://collaborating.tuhh.de/cfo8486/buchprojekt.wiki.git script: - ls -la - cd buchprojekt.wiki |