X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.ci%2Fpackage%2Fbuild.sh;h=400d84c7fe58c77e6b8513ffb4658928e96d42bc;hb=d93d4f9dbd09bc5e53a9b5eeb1cc94939fee32bc;hp=9c3748b4ea09d41fdb214aa6411dfa75d5bb8a83;hpb=7619f84393f824a84e20e03167304b27d3581ac0;p=tinc diff --git a/.ci/package/build.sh b/.ci/package/build.sh index 9c3748b4..400d84c7 100755 --- a/.ci/package/build.sh +++ b/.ci/package/build.sh @@ -5,6 +5,11 @@ set -eu build_linux() { . /etc/os-release + # https://github.com/actions/checkout/issues/760 + git config --global --add safe.directory "$PWD" || true + GIT_CEILING_DIRECTORIES=$PWD + export GIT_CEILING_DIRECTORIES + case "$ID" in debian | ubuntu) bash .ci/package/deb/build.sh