mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
.gitlab-ci: Work around new git restrictions arising from CVE-2022-24765
It was realised that git would run commands found in a git repo (eg from configuration). Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
17ba8120ed
commit
dd56849008
@ -133,6 +133,8 @@ include:
|
||||
- export CXX="ccache c++"
|
||||
- ccache -z -M 500M
|
||||
- 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`
|
||||
after_script:
|
||||
- mount
|
||||
- df -h
|
||||
|
Loading…
Reference in New Issue
Block a user