Skip to content

Commit

Permalink
Revert "dra: rename ubi8 for ubi9 (elastic#11990)"
Browse files Browse the repository at this point in the history
This reverts commit 68aaf6f.
  • Loading branch information
v1v committed Nov 3, 2023
1 parent dc67b97 commit 20e5d4d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .buildkite/scripts/dra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20e5d4d

Please sign in to comment.