mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Fix CI configuration parsing issue
This commit is contained in:
parent
eaa097e3c8
commit
0c93617b63
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ test-public:
|
|||
- ./ffsend upload test.txt -d2 -I
|
||||
- ./ffsend download $(./ffsend history -q) -I -o=download.txt
|
||||
- ./ffsend delete $(./ffsend history -q) -I
|
||||
- cmp --silent ./test.txt ./download.txt || (echo ERROR: Downloaded file is different than original; exit 1)
|
||||
- "cmp --silent ./test.txt ./download.txt || (echo ERROR: Downloaded file is different than original; exit 1)"
|
||||
- rm ./download.txt
|
||||
|
||||
# Cargo crate release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue