瀏覽代碼

Fix CI configuration parsing issue

timvisee 6 年之前
父節點
當前提交
0c93617b63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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