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

Fix.

parent ae7d4877
Branches
No related tags found
No related merge requests found
Pipeline #15129 failed
......@@ -11,6 +11,7 @@ variables:
AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication
# username is always "review" (without quotes)
CI_REF: &ref 991787dfc325b9d149cd609fbd758bf97158bcc0
BUILD_ARGS: " | -n "
include:
# VARIABLES
......@@ -79,23 +80,3 @@ include:
- project: "templates/ci-snippets"
file: "latex/pages.yml"
ref: *ref
# ADJUSTMENTS
build-review:
except: []
review:
except: []
stop_review:
except: []
build:
script:
- $LATEX_BUILD/build.sh
- $LATEX_BUILD/build.sh -n
- PAGES=$(wget -q -O - https://git.dbogatov.org/templates/ci-snippets/raw/master/page-count.sh | bash /dev/stdin ${PWD}/$LATEX_DIST/)
- |
echo "Max pages: $PAGES"
- echo "PAGES_COUNT=$PAGES" >> pages-count.env
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment