Skip to content
Snippets Groups Projects
Verified Commit 278cb20a authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent f3441272
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -25,11 +25,8 @@ artifacts: ...@@ -25,11 +25,8 @@ artifacts:
image: tianon/latex image: tianon/latex
stage: build stage: build
script: script:
# - ./install-font-debian.sh - ./install-font-debian.sh
- printf "\newcommand{\version}{%s}" $CI_BUILD_REF | cut -c1-8 > version.tex - printf "\providecommand{\version}{%s}" $(echo $CI_BUILD_REF | cut -c1-8)
- ls -la
- cat version.tex
- cat main.tex
- ./build.sh - ./build.sh
- mv dist/*.pdf . - mv dist/*.pdf .
artifacts: artifacts:
... ...
......
\newcommand{\version}{local-dev} \providecommand{\version}{local-dev}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment