Skip to content

Commit

Permalink
remove polkadot-sdk checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Sep 13, 2024
1 parent c8c80e6 commit 0192354
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/init-smoketests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@

set -eux

echo "Checkout polkadot-sdk"
pushd ..
if [ ! -d "polkadot-sdk" ]; then
git clone https://github.com/parity-tech/polkadot-sdk.git
cd snowbridge && ln -sf ../polkadot-sdk polkadot-sdk
fi
pushd polkadot-sdk
git fetch && git checkout snowbridge
popd
popd

echo "Checkout lodestar"
pushd ..
if [ ! -d "lodestar" ]; then
Expand Down

0 comments on commit 0192354

Please sign in to comment.