#38 moved to own docker image
This commit is contained in:
parent
2391418a56
commit
db64fc7beb
|
@ -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
2
.vscode/tasks.json
vendored
|
@ -12,7 +12,7 @@
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
},
|
},
|
||||||
"dependsOrder": "sequence",
|
"dependsOrder": "sequence",
|
||||||
"dependsOn": ["clean"]
|
"dependsOn": ["clean", "pandoc"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "clean",
|
"label": "clean",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user