We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e90ce3 commit 10272c2Copy full SHA for 10272c2
2 files changed
circleci/images/exttester/Dockerfile
@@ -175,7 +175,6 @@ apt-get install -y --no-install-recommends --allow-downgrades \
175
rm -rf /var/lib/apt/lists/*
176
EOF
177
178
-
179
# add postgress to the path
180
ENV PATH=/usr/lib/postgresql/$PG_MAJOR/bin/:$PATH
181
circleci/images/pgupgradetester/Dockerfile
@@ -62,7 +62,6 @@ curl -sf https://www.postgresql.org/media/keys/ACCC4CF8.asc | APT_KEY_DONT_WARN_
62
echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /etc/apt/sources.list.d/postgresql.list
63
echo "deb https://apt-archive.postgresql.org/pub/repos/apt bullseye-pgdg-archive main" >> /etc/apt/sources.list.d/postgresql.list
64
65
66
apt-get update
67
68
pkgs=();
0 commit comments