Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot
3dc0ad8ccf chore(deps): woodpecker update docker.io/rust docker tag to v1.80.0
Some checks failed
Rust / build (push) Successful in 15s
ci/woodpecker/push/woodpecker Pipeline failed
2024-07-30 07:28:14 +01:00
bef0389ce6 build: add forgejo workflow push-next
All checks were successful
Rust / build (push) Successful in 20s
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-30 07:28:10 +01:00

View file

@ -5,7 +5,7 @@ set -e
echo "PWD: $PWD" echo "PWD: $PWD"
ls -l ls -l
ls -l target ls -l target
SKIP="./target/skip" SKIP="./target/debug/skip"
DIFF="diff -u --color" DIFF="diff -u --color"
if test ! -x $SKIP; then if test ! -x $SKIP; then
@ -14,7 +14,8 @@ if test ! -x $SKIP ; then
fi fi
echo "> skip a line when reading from stdin" echo "> skip a line when reading from stdin"
INPUT=$(cat<<EOF INPUT=$(
cat <<EOF
line 1 line 1
line 2 line 2
EOF EOF