Skip to content

Commit

Permalink
Set git config to rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 24, 2024
1 parent 00ec8ef commit 397e170
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Pull LFS objects in submodules
run: |
git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
git submodule foreach --recursive 'git lfs pull'
- name: List contents of .tests
run: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:
lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull --rebase origin main && git lfs pull'
run: git submodule foreach --recursive 'git lfs pull'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 397e170

Please sign in to comment.