The branch, master has been updated via 93a3dd48d66 gitlab-ci: Also add the git directory for pipeline in the main mirror from 2e0c693f78a Revert "pidl: Use non-existent function dissect_ndr_int64()"
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 93a3dd48d66786cb8765d3ce84ca9f3ad419ac88 Author: Andreas Schneider <a...@samba.org> Date: Wed Jul 3 13:05:51 2024 +0200 gitlab-ci: Also add the git directory for pipeline in the main mirror Signed-off-by: Andreas Schneider <a...@samba.org> Reviewed-by: Jo Sutton <josut...@catalyst.net.nz> Autobuild-User(master): Andreas Schneider <a...@cryptomilk.org> Autobuild-Date(master): Thu Jul 4 08:08:49 UTC 2024 on atb-devel-224 ----------------------------------------------------------------------- Summary of changes: .gitlab-ci-main.yml | 1 + 1 file changed, 1 insertion(+) Changeset truncated at 500 lines: diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index ac7e403cd03..c70d9a6af41 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -148,6 +148,7 @@ include: # 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 + - git config --global --add safe.directory /builds/samba-team/samba/.git after_script: - mount - df -h -- Samba Shared Repository