Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
management
Manage
Activity
Members
Labels
Plan
Issues
180
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dbnomics-fetchers
management
Merge requests
!8
Draft: Generate dashboard
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Generate dashboard
gen_dashboard
into
master
Overview
1
Commits
8
Pipelines
8
Changes
2
Closed
Pierre Dittgen
requested to merge
gen_dashboard
into
master
3 years ago
Overview
1
Commits
8
Pipelines
8
Changes
1
Expand
Update CI to update dbnomics dashboard using
dbnomics-dashboard container image
0
0
Merge request reports
Viewing commit
7cd4bfc3
Prev
Next
Show latest version
1 file
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7cd4bfc3
Configure fetchers only on master/main
· 7cd4bfc3
Pierre Dittgen
authored
3 years ago
.gitlab-ci.yml
+
4
−
3
Options
@@ -4,9 +4,10 @@ stages:
Configure fetchers
:
stage
:
configure
only
:
changes
:
-
fetchers.yml
rules
:
-
changes
:
-
fetchers.yml
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
image
:
python:3.8
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"