Skip to content
Snippets Groups Projects
Commit 461cd384 authored by Bastian Köcher's avatar Bastian Köcher Committed by Gav Wood
Browse files

Export `TERM` in `node-template-release.sh` (#1711)

parent 94e1e380
No related merge requests found
......@@ -2,6 +2,7 @@
set -e
export TERM=xterm
PROJECT_ROOT=`git rev-parse --show-toplevel`
if [ "$#" -ne 1 ]; then
......@@ -12,5 +13,4 @@ fi
PATH_TO_ARCHIVE=$(pwd)/$1
cd $PROJECT_ROOT/scripts/node-template-release
echo $PATH_TO_ARCHIVE
cargo run $PROJECT_ROOT/node-template $PATH_TO_ARCHIVE
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment