Commit 3a245d61 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: show task always after creating

parent c1b2f402
......@@ -339,16 +339,16 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
cd - >/dev/null
done
if [ -n "$TASKNUMBER" ] ; then
showcmd "GIT_ALT=$GEARHOST girar-show $TASKNUMBER@"
GIT_ALT=$GEARHOST girar-show "$TASKNUMBER@"
fi
# if more then one spec, use common task
if [ "$PREPARETASK" = "internal" ] || [ -n "$RUNTASK" ] ; then
docmd ssh $GEARHOST task run $TESTONLY $TASKNUMBER
fi
if [ -n "$TASKNUMBER" ] ; then
showcmd "GIT_ALT=$GEARHOST girar-show $TASKNUMBER@"
GIT_ALT=$GEARHOST girar-show "$TASKNUMBER@"
fi
exit
fi
......
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