Browse Source

Attempt to fix GitLab configuration [2/2]

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

+ 1 - 1
.gitlab-ci.yml

@@ -114,7 +114,7 @@ public-send-test:
     # Generate random file, upload/download and assert equality
     # Generate random file, upload/download and assert equality
     - "head -c16m </dev/urandom >testfile"
     - "head -c16m </dev/urandom >testfile"
     - "./ffsend upload testfile -n testfile.bin -a -d 10 -p secret -I"
     - "./ffsend upload testfile -n testfile.bin -a -d 10 -p secret -I"
-    - "./ffsend download \$(./ffsend history -q) -p secret -I -o downloadfile"
+    - "./ffsend download $(./ffsend history -q) -p secret -I -o downloadfile"
     - "cmp --silent ./testfile ./downloadfile || (echo ERROR: Downloaded file is different than original; exit 1)"
     - "cmp --silent ./testfile ./downloadfile || (echo ERROR: Downloaded file is different than original; exit 1)"
 
 
 # Cargo crate release
 # Cargo crate release