mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +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
|
git merge origin/master
|
||||||
|
|
||||||
# Clone the current Polkadot master branch into ./polkadot.
|
# 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
|
cd polkadot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user