summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-07 20:06:49 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-07 20:06:49 +0300
commit2b7e364f8524250c46204feb7f99e34ae1e7907c (patch)
treec991f6565b8c68667553d55844ff159c4379325d
parent119a1d3aaca5dc019c264a0e23fc7e6fcac0121e (diff)
downloadheippa-2b7e364f8524250c46204feb7f99e34ae1e7907c.tar.gz
Add: upload built binary to artifact store
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30f8035..6231c6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,3 +7,4 @@ 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