mockbuild: remove unused variable

This commit is contained in:
Lars Karlitski 2020-11-10 20:32:13 +01:00
parent cf3ae337b0
commit ad2dc139bb

View file

@ -35,9 +35,6 @@ if [[ $ID == fedora ]]; then
/etc/mock/templates/fedora-branched.tpl
fi
# Jenkins sets a workspace variable as the root of its working directory.
WORKSPACE=${WORKSPACE:-$(pwd)}
# Mock configuration file to use for building RPMs.
MOCK_CONFIG="${ID}-${VERSION_ID%.*}-$(uname -m)"