diff options
author | jaseg <git@jaseg.de> | 2022-06-10 22:43:04 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-10 22:43:04 +0200 |
commit | 230418705fbcffcb68fffe56463e21ef3996fe2d (patch) | |
tree | 5284b38d81995b3d9813a8d05593ba177a3b819b /.gitlab-ci.yml | |
parent | 1f50a881cac83cdf643a0929dcedff63f1572fe9 (diff) | |
download | gerbonara-230418705fbcffcb68fffe56463e21ef3996fe2d.tar.gz gerbonara-230418705fbcffcb68fffe56463e21ef3996fe2d.tar.bz2 gerbonara-230418705fbcffcb68fffe56463e21ef3996fe2d.zip |
ci: Work around more safe.directory issuesv0.10.3
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d1038a..a14ed8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,7 @@ pages: GIT_SUBMODULE_STRATEGY: none image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest" script: + - git config --global --add safe.directory "$CI_PROJECT_DIR" - sphinx-build -E docs public dependencies: - build:archlinux |