Skip to content

Commit c86fe53

Browse files
author
Mira Ressel
committed
Revert "update diener (#98)"
This reverts commit e3913c5. No longer needed now that paritytech/scripts#506 has been merged.
1 parent e3913c5 commit c86fe53

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)