Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 158d465

Browse files
committed
fix var in check_extrinsics_ordering.sh
1 parent aa02945 commit 158d465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/gitlab/check_extrinsics_ordering.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for RUNTIME in "${runtimes[@]}"; do
2727
echo "[+] Checking runtime: ${RUNTIME}"
2828

2929
release_transaction_version=$(
30-
git show "origin/release:runtime/${RUNTIME}/src/lib.rs" | \
30+
git show "origin/${latest_release}:runtime/${RUNTIME}/src/lib.rs" | \
3131
grep 'transaction_version'
3232
)
3333

0 commit comments

Comments
 (0)