summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-07 20:09:59 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-07 20:09:59 +0300
commit9e95b68e3da5fe8e581b8d7f24b87d31a363592a (patch)
treedb408db5e032e9476c5fd40eac1c325115f7db90
parent2b7e364f8524250c46204feb7f99e34ae1e7907c (diff)
downloadheippa-9e95b68e3da5fe8e581b8d7f24b87d31a363592a.tar.gz
Fix: yaml syntax
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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