Commit 4c9d5755 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0ae6f6a9
......@@ -89,7 +89,7 @@ on() {
host=`echo $1 |sed -e 's/:[^:]*$//'` # user@host
path=${1:$((${#host} + 1))} # path
test -z "$host" -o -z "$path" && die "on $1: invalid URL"
ssh $host bash -c "test -e $path/deployed || echo 1>&2 \"$url not yet deployed\";
ssh $host bash -c "test -e $path/deployed || echo 1>&2 \"$url not yet deployed\"; exit 1
cd $path
. env.sh
cd src/lab.nexedi.com/kirr/neo/go/neo/t
......
Markdown is supported
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