Skip to content

Commit

Permalink
debug test on github: ignores-scripts-when-making-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed May 12, 2021
1 parent f95a442 commit eaf6538
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ echo "END SNAPSHOT"
(>&2 echo "END SNAPSHOT")

echo "SNAPSHOT: a patch file got produced"
[ ! -f patches/naughty-package+1.0.0.patch ] && {
echo "ERROR: file not found: patches/naughty-package+1.0.0.patch"
echo "ls patches/:"
ls patches/
}
cat patches/naughty-package+1.0.0.patch
echo "END SNAPSHOT"

0 comments on commit eaf6538

Please sign in to comment.