ci: fix merge on polkadot companion job (#6574)

This commit is contained in:
André Silva
2020-07-03 20:07:11 +01:00
committed by GitHub
parent f744d6911e
commit e3ba163714
@@ -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