From d329288da3b2437ccaaf6f7514962f90c2323bfa Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 13 Jul 2020 14:06:13 -0400 Subject: [PATCH] nfs-ganesha: Clean up shaman repo files Signed-off-by: David Galloway --- nfs-ganesha/config/definitions/nfs-ganesha.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nfs-ganesha/config/definitions/nfs-ganesha.yml b/nfs-ganesha/config/definitions/nfs-ganesha.yml index 447c0d4c..26830943 100644 --- a/nfs-ganesha/config/definitions/nfs-ganesha.yml +++ b/nfs-ganesha/config/definitions/nfs-ganesha.yml @@ -143,6 +143,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if - ../../../scripts/build_utils.sh - ../../build/setup - ../../build/build_rpm + - shell: if [ -f /etc/yum.repos.d/shaman.repo ]; then sudo rm -f /etc/yum.repos.d/shaman.repo; fi publishers: - postbuildscript: @@ -159,6 +160,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if !include-raw: - ../../../scripts/build_utils.sh - ../../build/failure + - shell: if [ -f /etc/yum.repos.d/shaman.repo ]; then sudo rm -f /etc/yum.repos.d/shaman.repo; fi wrappers: - inject-passwords: -- 2.47.3