Skip to content

Commit 10272c2

Browse files
committed
Remove unnecessary blank lines in Dockerfiles for exttester and pgupgradetester
1 parent 2e90ce3 commit 10272c2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

circleci/images/exttester/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ apt-get install -y --no-install-recommends --allow-downgrades \
175175
rm -rf /var/lib/apt/lists/*
176176
EOF
177177

178-
179178
# add postgress to the path
180179
ENV PATH=/usr/lib/postgresql/$PG_MAJOR/bin/:$PATH
181180

circleci/images/pgupgradetester/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ curl -sf https://www.postgresql.org/media/keys/ACCC4CF8.asc | APT_KEY_DONT_WARN_
6262
echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /etc/apt/sources.list.d/postgresql.list
6363
echo "deb https://apt-archive.postgresql.org/pub/repos/apt bullseye-pgdg-archive main" >> /etc/apt/sources.list.d/postgresql.list
6464

65-
6665
apt-get update
6766

6867
pkgs=();

0 commit comments

Comments
 (0)