Skip to content

Commit

Permalink
fix: dangling var
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Silvela <[email protected]>
  • Loading branch information
jsilvela authored and sxd committed Aug 1, 2024
1 parent 38b633f commit e000c96
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/generate-strategy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ generator() {
)
if [ "${version}" -ge "15" ]; then
versionAliasesPLV8=(
"${version}${tagSuffix}"
"${version}${beta}"
${aliases[$version]:+"${aliases[$version]}-multiarch"}
"${fullTagPLV8}"
)
Expand Down Expand Up @@ -150,11 +150,6 @@ generator() {
generator_postgis() {
local ubiRelease="$1"; shift

tagSuffix=""
if [ "$ubiRelease" -gt "8" ]; then
tagSuffix="-ubi${ubiRelease}"
fi

cd "$BASE_DIRECTORY"/UBI/
for version in "${ubi_versions[@]}"; do

Expand Down

0 comments on commit e000c96

Please sign in to comment.