Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 97ffe2b7 authored by uazo's avatar uazo Committed by GitHub
Browse files

Update check-git-apply.yaml

parent a38b4728
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ jobs:

          BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$RTAG | ./pup -p li.branch:last-child a text{})
          if [ -z "${BRANCH}" ]; then
            BRANCH=$(cat a | ./pup -p li.branch:first-child a text{})
            BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$RTAG a | ./pup -p li.branch:first-child a text{})
          fi
          if [ -z "${BRANCH}" ]; then
            echo "Impossible to recover the base commit"