mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
tests: fix UI test so we can update CI image (#7901)
* tests: fix UI test so we can update CI image * CI: remove diener installation from the script as it's installed in CI image * tests: another fix * tests: fix another fix * tests: NLoEOF * tests: another broken stderr
This commit is contained in:
@@ -41,8 +41,6 @@ EOT
|
||||
git config --global user.name 'CI system'
|
||||
git config --global user.email '<>'
|
||||
|
||||
cargo install -f --version 0.2.0 diener
|
||||
|
||||
# Merge master into our branch before building Polkadot to make sure we don't miss
|
||||
# any commits that are required by Polkadot.
|
||||
git fetch --depth 100 origin
|
||||
@@ -88,7 +86,7 @@ else
|
||||
fi
|
||||
|
||||
cd ..
|
||||
$CARGO_HOME/bin/diener --substrate --branch $CI_COMMIT_REF_NAME --git https://gitlab.parity.io/parity/substrate.git --path polkadot
|
||||
diener --substrate --branch $CI_COMMIT_REF_NAME --git https://gitlab.parity.io/parity/substrate.git --path polkadot
|
||||
cd polkadot
|
||||
|
||||
# Test Polkadot pr or master branch with this Substrate commit.
|
||||
|
||||
Reference in New Issue
Block a user