#38 moved to own docker image

This commit is contained in:
Dominik 2020-05-19 19:35:09 +02:00
parent 2391418a56
commit db64fc7beb
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ stages:
- build - build
#latexmk: #latexmk:
# image: bnord01/docker-latex-pygments:latest # image: fastexitlane/pandoc-latex:latest
# stage: build # stage: build
# artifacts: # artifacts:
# paths: # paths:
@ -15,7 +15,7 @@ stages:
# - mv main.pdf main@$ci_commit_sha_short.pdf # - mv main.pdf main@$ci_commit_sha_short.pdf
pandoc_latexmk: pandoc_latexmk:
image: fastexitlane/pandoc-latex image: fastexitlane/pandoc-latex:latest
stage: build stage: build
artifacts: artifacts:
paths: paths:

2
.vscode/tasks.json vendored
View File

@ -12,7 +12,7 @@
"isDefault": true "isDefault": true
}, },
"dependsOrder": "sequence", "dependsOrder": "sequence",
"dependsOn": ["clean"] "dependsOn": ["clean", "pandoc"]
}, },
{ {
"label": "clean", "label": "clean",