From c051d33d111e7fc4e87dd34903036d499ee764fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Tavares?= Date: Mon, 7 Apr 2025 20:31:42 +0100 Subject: [PATCH] skip --- compute/compute-node.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/compute-node.Dockerfile b/compute/compute-node.Dockerfile index 65544170c0..33de834e71 100644 --- a/compute/compute-node.Dockerfile +++ b/compute/compute-node.Dockerfile @@ -1539,7 +1539,7 @@ ARG VERSION=3.0.1 # Only supported for PostgreSQL v17 RUN if [ "${PG_VERSION:?}" != "v17" ]; then \ - echo "pg_rest extension is only supported for PostgreSQL v17" && exit 1; \ + echo "pg_rest extension is only supported for PostgreSQL v17" && exit 0; \ fi WORKDIR /ext-src @@ -1838,7 +1838,6 @@ COPY --from=pg_repack-build /usr/local/pgsql/ /usr/local/pgsql/ COPY compute/patches/pg_repack.patch /ext-src RUN cd /ext-src/pg_repack-src && patch -p1