CI: export needed vars

This commit is contained in:
XGQT 2020-03-20 19:07:38 +01:00
parent 7ea0cf420a
commit cf41f7366f
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ if ! git status >/dev/null; then
exit 1
fi
# Variables needed for tools
[ -z "${ARCH}" ] && export ARCH=x86_64
[ -z "${ACCEPT_KEYWORDS}" ] && export ACCEPT_KEYWORDS='**'
# Use pkgchek
pkgcheck scan --commits