Update file doxygen.yml

(cherry picked from commit 3a2b960f62)

Co-authored-by: Mark Roszko <mark.roszko@gmail.com>
This commit is contained in:
Mark Roszko 2024-05-12 02:53:57 +00:00
parent ef1e054bb6
commit 02925fdecc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build_doxygen_docker:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULED_JOB_NAME == "doxygen"
tags:
- kicad-docker
- gitlab-org-docker
before_script:
- docker info
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"