mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
gitlab-ci: Set git safe.directory for devel repo
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15660
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 54fed589cc
)
This commit is contained in:
parent
95c5965514
commit
e5293b114b
@ -147,6 +147,7 @@ include:
|
||||
- ccache -s
|
||||
# We are already running .gitlab-ci directives from this repo, remove additional checks that break our CI
|
||||
- git config --global --add safe.directory `pwd`
|
||||
- git config --global --add safe.directory /builds/samba-team/devel/samba/.git
|
||||
after_script:
|
||||
- mount
|
||||
- df -h
|
||||
|
Loading…
Reference in New Issue
Block a user