From 2b7e364f8524250c46204feb7f99e34ae1e7907c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 7 Jul 2019 20:06:49 +0300 Subject: Add: upload built binary to artifact store --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1