Skip to content

Commit a51a53f

Browse files
committed
chore(stacks): remove pg_cron
1 parent 2dd7ab2 commit a51a53f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stacks/postgresql/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# Load stack utils
44
. /usr/bin/stack-utils
5-
PG_CRON_VERSION=$(curl -Ls https://github.com/citusdata/pg_cron/tags|grep /citusdata/pg_cron/releases/tag/ | sed -E 's/.*\/citusdata\/pg_cron\/releases\/tag\/(v[0-9\.]{1,}(-rc.[0-9]{1,})?)".*/\1/g' | head -1)
65
POSTGIS_VERSION=$(curl -Ls https://github.com/postgis/postgis/tags|grep /postgis/postgis/releases/tag/ | sed -E 's/.*\/postgis\/postgis\/releases\/tag\/([0-9\.]{1,}(-rc.[0-9]{1,})?)".*/\1/g' | head -1)
76
TIMESCALE_VERSION=$(curl -Ls https://github.com/timescale/timescaledb/releases|grep /timescale/timescaledb/releases/tag/ | sed -E 's/.*\/timescale\/timescaledb\/releases\/tag\/([0-9\.]{1,})".*/\1/g' | head -1)
87
# Implement build function

0 commit comments

Comments
 (0)