From 758dc70d85d759d619e09955fa41b485a386b86f Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Fri, 20 Nov 2020 13:24:51 +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 1a0cb32..2ac97ec 100755 --- a/schutzbot/mockbuild.sh +++ b/schutzbot/mockbuild.sh @@ -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)"