Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Specification Tools
Scripts
Commits
5d230932
Commit
5d230932
authored
6 months ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
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
6 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
generateChangemarks/.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
generateChangemarks/.gitlab-ci.yml
generateChangemarks/dockerfile.pandoc
+2
-3
2 additions, 3 deletions
generateChangemarks/dockerfile.pandoc
publish_spec.sh
+1
-1
1 addition, 1 deletion
publish_spec.sh
with
4 additions
and
5 deletions
generateChangemarks/.gitlab-ci.yml
+
1
−
1
View file @
5d230932
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
generateChangemarks/dockerfile.pandoc
+
2
−
3
View file @
5d230932
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"]
...
...
This diff is collapsed.
Click to expand it.
publish_spec.sh
+
1
−
1
View file @
5d230932
#!/bin/bash
DOCKER_IMAGE
=
pandoc:
master
DOCKER_IMAGE
=
pandoc:
gridtables
TOOLS_DOCKER_IMAGE
=
generatechangemarks:master
echo
"
\n
------ Checking for docker image --------"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment