Skip to content

Commit

Permalink
Add supression for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aressem committed Feb 3, 2025
1 parent e047ae1 commit bb2a373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ mkdir -p "$WORKDIR/artifacts/$ARCH/rpms"
mkdir -p "$WORKDIR/artifacts/$ARCH/maven-repo"

# Make sure we use the latest python3 version installed
# shellcheck shell=bash disable=SC2010
alternatives --set python3 "$(ls /usr/bin/python3* | grep -E "/usr/bin/python3.[0-9]+$" |sort -n -k2 -t.|tail -1)"

0 comments on commit bb2a373

Please sign in to comment.