Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Sep 19, 2024
1 parent 25e4fd1 commit 2b342e1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,6 @@ SKIP_REFRESH_ANCESTORS=${SKIP_REFRESH_ANCESTORS-}
declare -A duplicated_tags
declare -A registry_tokens
declare -A registry_services
declare -A postgis_alpine_vers
postgis_alpine_vers[2.3]="2.3.11"
postgis_alpine_vers[2.3.11]="98b4bde783d6d2cda01ac268317ef83210370253f41c9dc937adeea2aa443dc3"
postgis_alpine_vers[2.4]="2.4.9"
postgis_alpine_vers[2.4.9]="77ba24bf8fbbfa65881d7d24bd6379f2001fff781d6ff512590bfaf16e605288"
postgis_alpine_vers[2.5]="2.5.5"
postgis_alpine_vers[2.5.5]="24b15ee36f3af02015da0e92a18f9046ea0b4fd24896196c8e6c2aa8e4b56baa"

is_on_build() { echo "$@" | grep -E -iq "on.*build"; }
slashcount() { local _slashcount="$(echo "${@}"|sed -e 's![^/]!!g')";echo ${#_slashcount}; }
Expand Down

0 comments on commit 2b342e1

Please sign in to comment.