From 0c26638f9d55a49bf60359fbed3630dfa92f8954 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 7 Jan 2014 08:04:27 -0700 Subject: [PATCH] jenkins: remove commented GNUPGHOME This is a legacy setting that we can simply remove from the script. Signed-off-by: Ken Dreyer --- scripts/jenkins-build | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/jenkins-build b/scripts/jenkins-build index 343c70f..e2643e2 100755 --- a/scripts/jenkins-build +++ b/scripts/jenkins-build @@ -5,7 +5,6 @@ set -x -#export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/ export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/ export KEYID=17ED316D HOST=$(hostname --short) -- 2.47.3