rewrite woodpecker-ci to publish to crates.io #8
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
SKIP="./target/debug/skip"
|
SKIP="./target/skip"
|
||||||
DIFF="diff -u --color"
|
DIFF="diff -u --color"
|
||||||
|
|
||||||
if test ! -x $SKIP ; then
|
if test ! -x $SKIP ; then
|
||||||
|
|
Loading…
Reference in a new issue