Skip to content

Commit

Permalink
Mark /build directory as safe in git
Browse files Browse the repository at this point in the history
  • Loading branch information
dekkers committed Jan 30, 2023
1 parent d5d5e4a commit 71108bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debian_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
DEBIAN_FRONTEND=noninteractive apt update && apt install -y --no-install-recommends build-essential debhelper default-jdk javahelper leiningen git-buildpackage
export DEBFULLNAME="Jeroen Dekkers" [email protected]
git config --global --add safe.directory /build
if [ -n "${RELEASE_VERSION}" ]; then
gbp dch --ignore-branch --new-version=${RELEASE_VERSION}
else
Expand Down

0 comments on commit 71108bd

Please sign in to comment.