#38 moved to own docker image
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user