Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions update_substrate_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@

set -eu -o pipefail

# TODO: manual diener installation should be removed after
# https://github.com/paritytech/scripts/pull/506 is merged and the ci-linux
# image is rebuilt
mkdir -p "$HOME/.cargo-bin"
export PATH="$HOME/.cargo-bin/bin:$PATH"
cargo install diener --root "$HOME/.cargo-bin" --version 0.4.6
diener --version

. "$(dirname "${BASH_SOURCE[0]}")/utils.sh"

# substrate-parachain-template or substrate-node-template
Expand Down