diff options
author | jaseg <git@jaseg.de> | 2022-06-21 10:01:22 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-21 10:01:22 +0200 |
commit | a1eb3afa7528759196fc0050da542511e2d762f0 (patch) | |
tree | b63166dba0e6af5aa26aaf9bf8c3c659974348d1 /.gitlab-ci.yml | |
parent | 6369b5ddb6e4463bf056da2f88db51ed262ccfd7 (diff) | |
download | gerbonara-a1eb3afa7528759196fc0050da542511e2d762f0.tar.gz gerbonara-a1eb3afa7528759196fc0050da542511e2d762f0.tar.bz2 gerbonara-a1eb3afa7528759196fc0050da542511e2d762f0.zip |
Add git safe.directory work around to docs CI job
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 4c9b711..8395da8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ docs:archlinux: stage: test image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest" script: + - git config --global --add safe.directory "$CI_PROJECT_DIR" - sphinx-build -E docs docs/_build dependencies: - build:archlinux |