Skip to content

Commit b7774f9

Browse files
author
Mira Ressel
authored
Merge pull request #100 from paritytech/mira/use-global-diener
Revert "update diener (#98)"
2 parents e3913c5 + c86fe53 commit b7774f9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

update_substrate_template.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323

2424
set -eu -o pipefail
2525

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-
3426
. "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
3527

3628
# substrate-parachain-template or substrate-node-template

0 commit comments

Comments
 (0)