mockbuild: remove unused variable

This commit is contained in:
Lars Karlitski 2020-11-10 20:32:13 +01:00 committed by Ondřej Budai
parent 0f3ea935ac
commit d57238869a

View file

@ -29,9 +29,6 @@ fi
greenprint "📦 Installing mock requirements"
sudo dnf -y install createrepo_c make mock rpm-build s3cmd
# 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)"