From 20e5d4d8ceb245943618d8e930cb563d7cda4d85 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 3 Nov 2023 13:35:29 +0100 Subject: [PATCH] Revert "dra: rename ubi8 for ubi9 (#11990)" This reverts commit 68aaf6ffdc986aef7a85b8ed77b2dcd9c6f30cd8. --- .buildkite/scripts/dra.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.buildkite/scripts/dra.sh b/.buildkite/scripts/dra.sh index 7db82b198fb..6cda78aefbc 100644 --- a/.buildkite/scripts/dra.sh +++ b/.buildkite/scripts/dra.sh @@ -23,12 +23,6 @@ echo "--- Changing permissions for the release manager" sudo chown -R :1000 build/ ls -l build/distributions/ -# as long as elastic/beats uses ubi8, the filenames contain the ubi8 term -echo "--- Changing ubi8 name for ubi9" -pushd build/distributions -for file in apm-server-ubi8* ; do mv $file ${file//ubi8/ubi9} ; done -popd - if [[ "${BUILDKITE_PULL_REQUEST:-false}" == "true" ]]; then echo "--- :arrow_right: Release Manager does not run on PRs, skipping" exit 0