Skip to content

Commit

Permalink
fix: mirror_noir_subrepo.yml erroring (#3954)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Jan 11, 2024
1 parent 7002a33 commit 2ac1b9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mirror_noir_subrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=$BRANCH; then
git commit --amend -m "$(git log -1 --pretty=%B) [skip ci]"
git push
else
echo "Problems syncing noir. We may need to pull the subrepo."
exit 1
fi
- name: Checkout
Expand Down

0 comments on commit 2ac1b9c

Please sign in to comment.