Skip to content

Commit

Permalink
Fix rebaseerror value in assert_prechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Oct 15, 2024
1 parent e0e7091 commit b4af8cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/remote_branch_checker.bats
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ assert_prechecker () {
fi

export integrateto=main
export rebaseerror=9999
export rebasewarn=999999 # Dont' warn about rebase ever.
export rebaseerror=999999 # Don't fail about rebase ever.
export remote=https://git.in.moodle.com/integration/prechecker.git

ci_run remote_branch_checker/remote_branch_checker.sh
Expand Down

0 comments on commit b4af8cf

Please sign in to comment.