Skip to content

Commit

Permalink
Merge pull request #2846 from OffchainLabs/nitro-contracts-pre-bold-b…
Browse files Browse the repository at this point in the history
…ranch-support

pre-bold instead of develop as the exception branch used to check submodule pin for nitro-contracts
  • Loading branch information
PlasmaPower authored Dec 20, 2024
2 parents 3b646ad + 027f35c commit 22596d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/submodule-pin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: |
status_state="pending"
declare -Ar exceptions=(
[contracts]=origin/develop
[contracts]=origin/pre-bold
[nitro-testnode]=origin/master
#TODO Rachel to check these are the intended branches.
[arbitrator/langs/c]=origin/vm-storage-cache
[arbitrator/tools/wasmer]=origin/adopt-v4.2.8
Expand All @@ -38,7 +38,7 @@ jobs:
if [[ -v exceptions[$mod] ]]; then
branch=${exceptions[$mod]}
fi
if ! git -C $mod merge-base --is-ancestor HEAD $branch; then
echo $mod diverges from $branch
divergent=1
Expand Down

0 comments on commit 22596d4

Please sign in to comment.