diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 9eee62b17..815f1e68a 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -110,13 +110,6 @@ fi if [ -f "rhel${VERSION_ID%.*}internal.repo" ]; then greenprint "Preparing repos for internal build testing" sudo mv rhel"${VERSION_ID%.*}"internal.repo /etc/yum.repos.d/ - # Use osbuild from schutzfile if desired for testing custom osbuild-composer packages - # specified by $REPO_URL in ENV and used in prepare-rhel-internal.sh - if [ "${SCHUTZ_OSBUILD:=false}" == true ]; then - sudo rm -f /etc/yum.repos.d/osbuild-composer.repo - else - sudo rm -f /etc/yum.repos.d/osbuild*.repo - fi fi greenprint "Installing test packages for ${PROJECT}"