Fix CI configuration parsing issue

This commit is contained in:
timvisee 2019-03-12 14:23:45 +01:00
parent eaa097e3c8
commit 0c93617b63
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -140,7 +140,7 @@ test-public:
- ./ffsend upload test.txt -d2 -I - ./ffsend upload test.txt -d2 -I
- ./ffsend download $(./ffsend history -q) -I -o=download.txt - ./ffsend download $(./ffsend history -q) -I -o=download.txt
- ./ffsend delete $(./ffsend history -q) -I - ./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 - rm ./download.txt
# Cargo crate release # Cargo crate release