Commit c5f00662 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add copy_to_p8_test.sh

parent 906a06c5
#!/bin/sh -x
BRANCH=p8
CMD="ssh gear.alt"
$CMD task new $BRANCH
for i in $@ ; do
$CMD task add copy $i
done
$CMD task run --test-only
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