Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
My-CV
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmytro Bogatov
My-CV
Commits
c6a5e2d9
Verified
Commit
c6a5e2d9
authored
Aug 2, 2020
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Update CI.
parent
3b39d406
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9119
failed
Aug 2, 2020
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-31
15 additions, 31 deletions
.gitlab-ci.yml
with
15 additions
and
31 deletions
.gitlab-ci.yml
+
15
−
31
View file @
c6a5e2d9
stages
:
-
sync
-
lint
-
build
-
test
-
build-review
-
review
-
release
-
deploy
# CHANGE ME!
variables
:
AUTHPASSWORD
:
"
"
# change to "" (empty string) to disable authentication
AUTHPASSWORD
:
"
example
"
# change to "" (empty string) to disable authentication
# username is always "review" (without quotes)
CI_REF
:
&ref
55a142c6c348ddd1600f3e69ab405b8085f0548a
LINK_CKECK_EXCLUDE
:
"
-x
www.linkedin.com"
CI_REF
:
&ref
f291cf61d3e45b1f11739fd572a0e0b33bd1302d
include
:
# VARIABLES
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/variables.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex-report/variables.yml"
ref
:
*ref
# BEFORE SCRIPT
# SYNC
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/merge-from-overleaf.yml
-
project
:
"
templates/ci-snippets"
file
:
"
variables
.yml"
file
:
"
latex-report/merge-from-overleaf
.yml"
ref
:
*ref
# LINT
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/chktex.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex/chktex.yml"
ref
:
*ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/cspell.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex/cspell.yml"
ref
:
*ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/metrics.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex-report/metrics.yml"
ref
:
*ref
# BUILD
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/build.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex/build.yml"
ref
:
*ref
# TEST
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/embedded-fonts.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex-report/embedded-fonts.yml"
ref
:
*ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/check-links.yml
-
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"
ref
:
*ref
# REVIEW
-
project
:
"
templates/ci-snippets"
file
:
"
latex-review-apps/review.yml"
ref
:
*ref
-
project
:
"
templates/ci-snippets"
file
:
"
latex-review-apps/stop-review.yml"
ref
:
*ref
# RELEASE
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/artifacts.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex/artifacts.yml"
ref
:
*ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/pages.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex/pages.yml"
ref
:
*ref
...
...
@@ -80,14 +75,3 @@ website-deploy:
trigger
:
dbogatov/research-website
only
:
-
master
# ADJUSTMENTS
build-review
:
except
:
[]
review
:
except
:
[]
stop_review
:
except
:
[]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment