diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:23:44 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:23:44 +0000 |
commit | 6774778f1f6b6e4bf0cf7f6433f65a3a3f684396 (patch) | |
tree | 1ad7451095485708e3d9f9223207cb8016ad4b60 /.gitlab-ci.yml | |
parent | 9d1efcbe161f04f866d2638148ab6509362e3daa (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 2ebe9a4..171f1ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: xldrkp/pandoc:latest build: before_script: - - git clone git@collaborating.tuhh.de:cfo8486/buchprojekt.wiki.git@collaborating.tuhh.de/hos/modernes-publizieren/offen/software/konfigurationen/buchprojekt.wiki.git + - git clone https://gitlab-ci-token${CI_JOB_TOKEN}git@collaborating.tuhh.de:cfo8486/buchprojekt.wiki.git script: - ls -la - cd buchprojekt.wiki |