Skip to content

Commit

Permalink
We need to be explicit about pull behavior.
Browse files Browse the repository at this point in the history
Use rebase as it's more reliable.  In fact, FF outright fails these
days.
  • Loading branch information
jclarke-csco committed Feb 17, 2024
1 parent b9128a1 commit 425603b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ WORKDIR /

RUN git config --global user.name miroslavKovacPantheon
RUN git config --global user.email [email protected]
RUN git config --global pull.rebase true

WORKDIR $VIRTUAL_ENV

Expand Down

0 comments on commit 425603b

Please sign in to comment.