CI: export needed vars
This commit is contained in:
@ -13,6 +13,12 @@ if ! git status >/dev/null; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Variables needed for tools
|
||||||
|
[ -z "${ARCH}" ] && export ARCH=x86_64
|
||||||
|
[ -z "${ACCEPT_KEYWORDS}" ] && export ACCEPT_KEYWORDS='**'
|
||||||
|
|
||||||
|
|
||||||
# Use pkgchek
|
# Use pkgchek
|
||||||
pkgcheck scan --commits
|
pkgcheck scan --commits
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user