diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:06:42 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:06:42 +0100 |
commit | c262c480a09baf75440c74d7295d4da754329e63 (patch) | |
tree | 30a9ec77a6202ea7cdc196806d27d265b56be986 /.gitlab-ci.yml | |
parent | fb9b0ce454722857a565ac44420d7811f7e542bb (diff) |
Debug
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ca36d1..e7c69b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,7 @@ stages: build: stage: build script: - - chmod +x ./build.sh - - ./build.sh + - pandoc --version artifacts: paths: - "build"
\ No newline at end of file |