Skip to content
Snippets Groups Projects
Commit 5d230932 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix generation of pdf, converted from docx instead of markdown

parent bb284002
No related branches found
No related tags found
No related merge requests found
Pipeline #1707 passed
......@@ -124,7 +124,7 @@ Publish spec:
- tags
before_script:
- |
curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/publish_spec%2Esh/raw?ref=master" >> publish_spec.sh
curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/publish_spec%2Esh/raw?ref=gridtables" >> publish_spec.sh
- chmod +x publish_spec.sh
- |
curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/Spec-template%2Edocx/raw?ref=master" >> onem2m_spec_template.docx
......
FROM pandoc/core:3.4.0-ubuntu
FROM pandoc/latex:3.4.0-ubuntu
RUN apt-get update -y && \
apt-get install -y npm &&\
npm install --global mermaid-filter &&\
apt-get install -y texlive-latex-base texlive-latex-recommended texlive-fonts-recommended
npm install --global mermaid-filter
CMD ["/bin/sh"]
......
#!/bin/bash
DOCKER_IMAGE=pandoc:master
DOCKER_IMAGE=pandoc:gridtables
TOOLS_DOCKER_IMAGE=generatechangemarks:master
echo "\n------ Checking for docker image --------"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment