Skip to content

Commit

Permalink
Merge pull request #1472 from cfengine/craigcomstock-patch-1
Browse files Browse the repository at this point in the history
QA: Update setup-cfengine-build-host.sh
  • Loading branch information
craigcomstock authored Jun 27, 2024
2 parents 976fb21 + 31c88b0 commit 7ce00c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/setup-cfengine-build-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ trap cleanup SIGTERM
echo "Using buildscripts commit:"
# we have very old platforms with old git that doesn't understand -C option so cd/cd .. it is
cd buildscripts
# buildscripts is owned by jenkins so in order to run rev-parse command as root (this script is run with sudo) we must make it safe
git config --global --add safe.directory /home/jenkins/buildscripts
git rev-parse HEAD
cd ..

Expand Down

0 comments on commit 7ce00c7

Please sign in to comment.