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

Final fix.

parent 278cb20a
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -26,7 +26,7 @@ artifacts: ...@@ -26,7 +26,7 @@ artifacts:
stage: build stage: build
script: script:
- ./install-font-debian.sh - ./install-font-debian.sh
- printf "\providecommand{\version}{%s}" $(echo $CI_BUILD_REF | cut -c1-8) - printf "\providecommand{\version}{%s}" $(echo $CI_BUILD_REF | cut -c1-8) > version.tex
- ./build.sh - ./build.sh
- mv dist/*.pdf . - mv dist/*.pdf .
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment