mirror of
https://github.com/ben-grande/qusal.git
synced 2025-05-07 00:35:12 -04:00
ci: set spec vendor as git user.name is unset
Fixes: https://github.com/ben-grande/qusal/issues/67
This commit is contained in:
parent
a6194e0364
commit
ac6f707bf5
3 changed files with 11 additions and 2 deletions
|
@ -15,7 +15,7 @@ intended_target="${target}"
|
|||
if test "${1-}" = "test"; then
|
||||
tmpdir="$(mktemp -d)"
|
||||
target="${tmpdir}/.qubesbuilder"
|
||||
trap 'rm -rf -- "${tmpdir}"' EXIT INT HUP QUIT ABRT
|
||||
trap 'ec="$?"; rm -rf -- "${tmpdir}"; exit "$ec"' EXIT INT HUP QUIT ABRT
|
||||
fi
|
||||
ignored="$(git ls-files --exclude-standard --others --ignored salt/)"
|
||||
untracked="$(git ls-files --exclude-standard --others salt/)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue