Skip to content
Snippets Groups Projects
Commit 81c51f44 authored by Tomas Lovato's avatar Tomas Lovato
Browse files

Update .gitlab-ci.yml file

parent 5d20a6ed
No related branches found
No related tags found
1 merge request!2default pipeline to build manuals
Pipeline #1152 passed with stage
in 6 minutes and 54 seconds
...@@ -3,7 +3,7 @@ variables: ...@@ -3,7 +3,7 @@ variables:
# input version for release (available only when pipeline is run manually) # input version for release (available only when pipeline is run manually)
VERSION: VERSION:
value: "" value: ""
description: "Set version number of manuals" description: "Set version release number for manuals"
# docker packages # docker packages
image: registry.gitlab.com/islandoftex/images/texlive:TL2021-historic image: registry.gitlab.com/islandoftex/images/texlive:TL2021-historic
...@@ -16,7 +16,7 @@ NEMO manual: ...@@ -16,7 +16,7 @@ NEMO manual:
script: script:
- version=${CI_COMMIT_REF_NAME} - version=${CI_COMMIT_REF_NAME}
- if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi - if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi
- bash -x manual_build.sh -r ${VERSION} -p NEMO - bash -x manual_build.sh -r ${version} -p NEMO
artifacts: artifacts:
paths: paths:
- NEMO_manual.pdf - NEMO_manual.pdf
...@@ -30,7 +30,7 @@ TOP manual: ...@@ -30,7 +30,7 @@ TOP manual:
script: script:
- version=${CI_COMMIT_REF_NAME} - version=${CI_COMMIT_REF_NAME}
- if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi - if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi
- bash -x manual_build.sh -r ${CI_COMMIT_REF_NAME} -p TOP - bash -x manual_build.sh -r ${version} -p TOP
artifacts: artifacts:
paths: paths:
- TOP_manual.pdf - TOP_manual.pdf
...@@ -44,7 +44,7 @@ SI3 manual: ...@@ -44,7 +44,7 @@ SI3 manual:
script: script:
- version=${CI_COMMIT_REF_NAME} - version=${CI_COMMIT_REF_NAME}
- if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi - if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi
- bash -x manual_build.sh -r ${CI_COMMIT_REF_NAME} -p SI3 - bash -x manual_build.sh -r ${version} -p SI3
artifacts: artifacts:
paths: paths:
- SI3_manual.pdf - SI3_manual.pdf
......
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