mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
ci: fix merge on polkadot companion job (#6574)
This commit is contained in:
@@ -50,7 +50,9 @@ SUBSTRATE_PATH=$(pwd)
|
||||
git merge origin/master
|
||||
|
||||
# Clone the current Polkadot master branch into ./polkadot.
|
||||
git clone --depth 1 https://github.com/paritytech/polkadot.git
|
||||
# NOTE: we need to pull enough commits to be able to find a common
|
||||
# ancestor for successfully performing merges below.
|
||||
git clone --depth 20 https://github.com/paritytech/polkadot.git
|
||||
|
||||
cd polkadot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user