ci: Work around more safe.directory issues
Some checks failed
pcb-tools / test (3.5) (push) Has been cancelled
pcb-tools / test (3.6) (push) Has been cancelled
pcb-tools / test (3.7) (push) Has been cancelled
pcb-tools / test (3.8) (push) Has been cancelled
pcb-tools / coverage (push) Has been cancelled

This commit is contained in:
jaseg 2022-06-10 22:43:04 +02:00
parent 1f50a881ca
commit 230418705f

View file

@ -71,6 +71,7 @@ pages:
GIT_SUBMODULE_STRATEGY: none GIT_SUBMODULE_STRATEGY: none
image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest" image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
script: script:
- git config --global --add safe.directory "$CI_PROJECT_DIR"
- sphinx-build -E docs public - sphinx-build -E docs public
dependencies: dependencies:
- build:archlinux - build:archlinux