Skip to content

Commit

Permalink
Added check for existence of branches repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 2, 2024
1 parent fac417e commit 10de76a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
BRANCH: ${{ github.ref_name }}
run: |-
git merge $BRANCH
git pull origin badges
export BRANCHES=$(git branch -r)
test $(echo $BRANCHES | grep badges) && git pull origin badges
shell: bash

- name: Test with Gradle Wrapper
Expand Down

0 comments on commit 10de76a

Please sign in to comment.