We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3913c5 commit c86fe53Copy full SHA for c86fe53
update_substrate_template.sh
@@ -23,14 +23,6 @@
23
24
set -eu -o pipefail
25
26
-# TODO: manual diener installation should be removed after
27
-# https://github.com/paritytech/scripts/pull/506 is merged and the ci-linux
28
-# image is rebuilt
29
-mkdir -p "$HOME/.cargo-bin"
30
-export PATH="$HOME/.cargo-bin/bin:$PATH"
31
-cargo install diener --root "$HOME/.cargo-bin" --version 0.4.6
32
-diener --version
33
-
34
. "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
35
36
# substrate-parachain-template or substrate-node-template
0 commit comments