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 cf23454 commit e69c41f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circleci/images/citusupgradetester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN chown -R circleci /usr/lib/postgresql/ /usr/include/postgresql/ /usr/share/p

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

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

WORKDIR /home/circleci

Expand Down
2 changes: 1 addition & 1 deletion circleci/images/failtester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgres

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

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

WORKDIR /home/circleci
2 changes: 1 addition & 1 deletion circleci/images/pgupgradetester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgres

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

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

0 comments on commit e69c41f

Please sign in to comment.