Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot
a169ebd579 chore(deps): woodpecker update docker.io/rust docker tag to v1.80.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-30 07:24:32 +01:00
b663651c76 build: add forgejo workflow push-next
Some checks failed
Rust / build (push) Failing after 20s
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-30 07:24:30 +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/debug/skip" SKIP="./target/skip"
DIFF="diff -u --color" DIFF="diff -u --color"
if test ! -x $SKIP ; then if test ! -x $SKIP ; then
@ -14,8 +14,7 @@ if test ! -x $SKIP; then
fi fi
echo "> skip a line when reading from stdin" echo "> skip a line when reading from stdin"
INPUT=$( INPUT=$(cat<<EOF
cat <<EOF
line 1 line 1
line 2 line 2
EOF EOF