diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 09:19:00 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 09:19:00 +0000 |
commit | fb700b149305ccd78b354b7a9bc32ac6fdb02719 (patch) | |
tree | 19a63467c547e33112901c9ec2d7add82f38f9df /.gitlab-ci.yml | |
parent | ef97ab1deeb9fca35f5126cab52fee538c70250e (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 d7e57d5..ef19057 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}@collaborating.tuhh.de/hos/modernes-publizieren/offen/software/konfigurationen/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 |