fix(ci): ensure output build directory exist.
This commit is contained in:
parent
94703681d9
commit
6afcfa85ec
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
set -eu -o pipefail
|
||||
|
||||
readonly COMMAND="$1"
|
||||
readonly OUTPUT=".pkg"
|
||||
readonly OUTPUT="$PWD/.pkg"
|
||||
readonly PKGNAME=apparmor.d
|
||||
VERSION="0.$(git rev-list --count HEAD)"
|
||||
readonly VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue