Skip to content

Commit

Permalink
CI: fix doxygen deployment (#229)
Browse files Browse the repository at this point in the history
* gitlab ci: deploy main

* Gitlab: new tag for cvmfs enabled runners

* Gitlab: add centos7 image
  • Loading branch information
andresailer authored Oct 8, 2023
1 parent cae7a4c commit afc518b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ generate-docs:
# need a runner with cvmfs installed. On the CERN gitlab instance,
# these are usually tagged with "cvmfs"
tags:
- cvmfs
- k8s-cvmfs
image: registry.cern.ch/ghcr.io/key4hep/key4hep-images/centos7:latest
script:
# use a setup that provides all dependencies - if the dependencies change,
# this needs to be updated
Expand Down Expand Up @@ -56,7 +57,7 @@ deployment:
# make sure that changes are deployed only when they are merged to master
only:
refs:
- master
- main
# need the doxygen artifacts for this step
dependencies:
- generate-docs
Expand Down

0 comments on commit afc518b

Please sign in to comment.