Skip to content

Commit

Permalink
Use polkadot-v1.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed May 1, 2024
1 parent bd43015 commit e840ed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/bridges/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ git clone --branch master -n --depth=1 --filter=tree:0 \
https://github.com/paritytech/polkadot-sdk.git $framework_repo_path
pushd $framework_repo_path
git sparse-checkout set --no-cone bridges/testing/framework
git checkout 2cdda0e62dd3088d2fd09cea627059674070c277
git fetch --tags
git checkout polkadot-v1.11.0
popd
export FRAMEWORK_PATH=$framework_repo_path/bridges/testing/framework
echo
Expand Down

0 comments on commit e840ed1

Please sign in to comment.