Skip to content

Commit

Permalink
Merge branch 'hotfix/24.11.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Jan 10, 2025
2 parents 183d14f + 21c0d09 commit b25d364
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ RUN set -ex \
WORKDIR /code

# Policies
ADD https://github.com/CenterForOpenScience/cos.io.git#master ./COS_POLICIES/
RUN git clone https://github.com/CenterForOpenScience/cos.io.git ./COS_POLICIES/
# When Jenkins uses a newer docker:
# ADD https://github.com/CenterForOpenScience/cos.io.git#master ./COS_POLICIES/

COPY pyproject.toml .
COPY poetry.lock .
Expand Down

0 comments on commit b25d364

Please sign in to comment.