mockbuild: remove unused variable

This commit is contained in:
Lars Karlitski 2020-11-20 13:24:51 +01:00
parent 444c1cc006
commit 758dc70d85

View file

@ -35,9 +35,6 @@ if ! s3cmd --version > /dev/null 2>&1; then
sudo pip3 -q install s3cmd
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)"