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

Fix CI.

parent 88712ffc
Branches
No related tags found
No related merge requests found
Pipeline #5470 failed
......@@ -11,63 +11,67 @@ stages:
variables:
AUTHPASSWORD: "" # change to "" (empty string) to disable authentication
# username is always "review" (without quotes)
CI_REF: &ref d7f04b99e5de8a82fbbf5d02aab5837c5fb6762a
CI_REF: &ref 0079380d97b92ee09aeb430aa13310ea038a124d
include:
# VARIABLES
- project: 'templates/ci-snippets'
file: 'latex-report/variables.yml'
- project: "templates/ci-snippets"
file: "latex-report/variables.yml"
ref: *ref
# BEFORE SCRIPT
- project: 'templates/ci-snippets'
file: 'variables.yml'
- project: "templates/ci-snippets"
file: "variables.yml"
ref: *ref
# LINT
- project: 'templates/ci-snippets'
file: 'latex/chktex.yml'
- project: "templates/ci-snippets"
file: "latex/chktex.yml"
ref: *ref
- project: 'templates/ci-snippets'
file: 'latex/cspell.yml'
- project: "templates/ci-snippets"
file: "latex/cspell.yml"
ref: *ref
- project: 'templates/ci-snippets'
file: 'latex-report/metrics.yml'
- project: "templates/ci-snippets"
file: "latex-report/metrics.yml"
ref: *ref
# BUILD
- project: 'templates/ci-snippets'
file: 'latex/build.yml'
- project: "templates/ci-snippets"
file: "latex/build.yml"
ref: *ref
# TEST
- project: 'templates/ci-snippets'
file: 'latex-report/embedded-fonts.yml'
- project: "templates/ci-snippets"
file: "latex-report/embedded-fonts.yml"
ref: *ref
- project: "templates/ci-snippets"
file: "latex-report/check-links.yml"
ref: *ref
# BUILD REVIEW
- project: 'templates/ci-snippets'
file: 'latex-review-apps/build-review.yml'
- project: "templates/ci-snippets"
file: "latex-review-apps/build-review.yml"
ref: *ref
# REVIEW
- project: 'templates/ci-snippets'
file: 'latex-review-apps/review.yml'
- project: "templates/ci-snippets"
file: "latex-review-apps/review.yml"
ref: *ref
- project: 'templates/ci-snippets'
file: 'latex-review-apps/stop-review.yml'
- project: "templates/ci-snippets"
file: "latex-review-apps/stop-review.yml"
ref: *ref
# RELEASE
- project: 'templates/ci-snippets'
file: 'latex/artifacts.yml'
- project: "templates/ci-snippets"
file: "latex/artifacts.yml"
ref: *ref
- project: 'templates/ci-snippets'
file: 'latex/pages.yml'
- project: "templates/ci-snippets"
file: "latex/pages.yml"
ref: *ref
website-deploy:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment