Skip to content
Snippets Groups Projects

Draft: Generate dashboard

Closed Pierre Dittgen requested to merge gen_dashboard into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -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"