From ad2dc139bbbb430f6df315af8b6abaa265cc76f1 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Tue, 10 Nov 2020 20:32:13 +0100 Subject: [PATCH] mockbuild: remove unused variable --- schutzbot/mockbuild.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/schutzbot/mockbuild.sh b/schutzbot/mockbuild.sh index 96bb7965..1eb0b048 100755 --- a/schutzbot/mockbuild.sh +++ b/schutzbot/mockbuild.sh @@ -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)"