We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fdbf7 commit 74b9607Copy full SHA for 74b9607
.ci/scripts/packaging-test.sh
@@ -60,7 +60,7 @@ sudo mkdir -p /elasticsearch/qa/ && sudo chown jenkins /elasticsearch/qa/ && ln
60
61
# Ensure since we're running as root that we can do git operations in this directory
62
# See: https://git-scm.com/docs/git-config/2.35.2#Documentation/git-config.txt-safedirectory
63
-sudo git config --global --add safe.directory $WORKSPACE
+git config --global --add safe.directory $WORKSPACE
64
65
# sudo sets it's own PATH thus we use env to override that and call sudo annother time so we keep the secure root PATH
66
# run with --continue to run both bats and java tests even if one fails
0 commit comments