Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Feb 16, 2024
1 parent e69c41f commit 4f49b4a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion circleci/images/citusupgradetester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ FROM base
RUN chown -R circleci /usr/lib/postgresql/ /usr/include/postgresql/ /usr/share/postgresql/

COPY ./files/etc/requirements.txt /tmp/etc/

RUN pip3 install -Ir /tmp/etc/requirements.txt

WORKDIR /home/circleci
Expand Down
1 change: 0 additions & 1 deletion circleci/images/failtester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ ENV PATH=/usr/lib/postgresql/$PG_MAJOR/bin/:$PATH
RUN mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

COPY ./files/etc/requirements.txt /tmp/etc/

RUN pip3 install -Ir /tmp/etc/requirements.txt

WORKDIR /home/circleci
1 change: 0 additions & 1 deletion circleci/images/pgupgradetester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ RUN echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /e
RUN mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

COPY ./files/etc/requirements.txt /tmp/etc/

RUN pip3 install -Ir /tmp/etc/requirements.txt

0 comments on commit 4f49b4a

Please sign in to comment.