Browse Source

Fix CI configuration parsing issue

timvisee 6 years ago
parent
commit
0c93617b63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -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