Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Check out all branches in a better way
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Dec 30, 2023
1 parent d749cf5 commit 089f86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
submodules: recursive
fetch-depth: '0'
- name: Create all local branches # So that the git bundle contains all branch pointers
continue-on-error: true
run: |
cd Botania && (for b in `git branch -r | grep -v -- '->'`; do git branch --track ${b##origin/} $b; done)
# Filter out 1.20.x which will include both `origin/1.20.x` and `origin/HEAD -> origin/1.20.x`
cd Botania && (for b in `git branch -r | grep -v -- '1.20.x'`; do git branch --track ${b##origin/} $b; done)
- name: Install dependencies
run: |
sudo apt-get install -y make genisoimage
Expand Down

0 comments on commit 089f86b

Please sign in to comment.