Skip to content

Commit

Permalink
.ci/write-dockerfile.sh: Remove duplicated ADD
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 4, 2024
1 parent 8d0c849 commit d068c8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ ENV SAGE_CHECK=warn
ENV SAGE_CHECK_PACKAGES="!cython,!r,!python3,!gap,!cysignals,!linbox,!git,!ppl,!cmake,!rpy2,!sage_sws2rst"
$ADD .gitignore /new/.gitignore
$ADD src /new/src
ADD .ci /.ci
RUN cd /new && rm -rf .git && \
if /.ci/retrofit-worktree.sh worktree-pre /sage; then \
cd /sage && touch configure build/make/Makefile; \
Expand Down

0 comments on commit d068c8d

Please sign in to comment.