Skip to content

Adapt namespace

Add pipeline jobs for badge creation

If the repository pipeline runs successfully, it should look like this:

image

Each badge gets updated, once GitLab detects a change in the respective subdirectory and runs the corresponding pipeline job, cf. this passages in the .gitlab-ci.yml file

...
  only:
    changes:
      - hausaufgabenblaetter/*
...
Edited by Fabian Nuraddin Alexander Gabel

Merge request reports