Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VLDB-Presentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Boston University PhD
ORE Benchmark
VLDB-Presentation
Commits
afef8967
Commit
afef8967
authored
Aug 28, 2019
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI.
parent
e1ec4514
No related branches found
No related tags found
No related merge requests found
Pipeline
#6801
failed
Jun 6, 2020
Stage: lint
Stage: build
Stage: build-review
Stage: review
Stage: release
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+33
-11
33 additions, 11 deletions
.gitlab-ci.yml
with
33 additions
and
11 deletions
.gitlab-ci.yml
+
33
−
11
View file @
afef8967
...
...
@@ -9,37 +9,59 @@ stages:
variables
:
AUTHPASSWORD
:
"
example"
# change to "" (empty string) to disable authentication
# username is always "review" (without quotes)
CI_REF
:
&ref
1240e7c6ccce1d40e0127353e40663a894dbe0d2
include
:
# VARIABLES
-
project
:
'
templates/ci-snippets'
file
:
'
latex-report/variables.yml'
ref
:
*ref
# BEFORE SCRIPT
-
project
:
'
templates/ci-snippets'
file
:
'
variables.yml'
ref
:
*ref
# LINT
-
project
:
'
templates/ci-snippets'
file
:
'
latex-report/chktex.yml'
file
:
'
latex/chktex.yml'
ref
:
*ref
-
project
:
'
templates/ci-snippets'
file
:
'
latex/cspell.yml'
ref
:
*ref
-
project
:
'
templates/ci-snippets'
file
:
'
latex-report/cspell.yml'
file
:
'
latex-report/metrics.yml'
ref
:
*ref
# BUILD
-
project
:
'
templates/ci-snippets'
file
:
'
latex-report/build.yml'
file
:
'
latex/build.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
-
project
:
'
templates/ci-snippets'
file
:
'
latex-report/artifacts.yml'
file
:
'
latex/artifacts.yml'
ref
:
*ref
-
project
:
'
templates/ci-snippets'
file
:
'
latex/pages.yml'
ref
:
*ref
# ADJUSTMENTS
...
...
@@ -54,5 +76,5 @@ stop_review:
build
:
script
:
-
./document
/build.sh
-
./document
/build.sh -n
-
$LATEX_BUILD
/build.sh
-
$LATEX_BUILD
/build.sh -n
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