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

Commit

Permalink
Set continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Dec 16, 2023
1 parent 94ea351 commit 47807ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ 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)
- name: Install dependencies
Expand Down

0 comments on commit 47807ac

Please sign in to comment.