diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:22:10 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:22:10 +0100 |
commit | b1dd49758cc6fab7b53c7b9a035996dbdff57062 (patch) | |
tree | 86f0df3834e7db100ab15920d29f4d0baf5c3e01 /.gitlab-ci.yml | |
parent | b29b6171b26029de1a1e183795f2fe7affe43299 (diff) |
Reduce
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4dc105..079c774 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,4 @@ image: pandoc/latex:2.10.1 build: script: - - /usr/bin/pandoc --version - artifacts: - paths: - - "build"
\ No newline at end of file + - ls
\ No newline at end of file |