From 9e95b68e3da5fe8e581b8d7f24b87d31a363592a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 7 Jul 2019 20:09:59 +0300 Subject: Fix: yaml syntax --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6231c6f..01adafe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,5 @@ heippa: script: - gcc -o heippa heippa.c - ./heippa - - curl -H"Authorization: $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa https://wmf2-artifacts/blobs/heippa + - | + curl -H"Authorization: $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa https://wmf2-artifacts/blobs/heippa -- cgit v1.2.1