#38 moved to own docker image
This commit is contained in:
parent
2391418a56
commit
db64fc7beb
|
@ -3,7 +3,7 @@ stages:
|
|||
- build
|
||||
|
||||
#latexmk:
|
||||
# image: bnord01/docker-latex-pygments:latest
|
||||
# image: fastexitlane/pandoc-latex:latest
|
||||
# stage: build
|
||||
# artifacts:
|
||||
# paths:
|
||||
|
@ -15,7 +15,7 @@ stages:
|
|||
# - mv main.pdf main@$ci_commit_sha_short.pdf
|
||||
|
||||
pandoc_latexmk:
|
||||
image: fastexitlane/pandoc-latex
|
||||
image: fastexitlane/pandoc-latex:latest
|
||||
stage: build
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -12,7 +12,7 @@
|
|||
"isDefault": true
|
||||
},
|
||||
"dependsOrder": "sequence",
|
||||
"dependsOn": ["clean"]
|
||||
"dependsOn": ["clean", "pandoc"]
|
||||
},
|
||||
{
|
||||
"label": "clean",
|
||||
|
|
Loading…
Reference in New Issue
Block a user