From 68e3dc74365090bbe381d1d34b0dcd87e37decad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 26 Jul 2019 14:47:35 +0300 Subject: Fix: uploaded artifact name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e6e44c..3eaf3ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,4 @@ heippa: - env - | set -x - curl -v -H"Authorization: Bearer $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa https://wmf2-artifacts.vm.liw.fi/blobs/hithere2 + curl -v -H"Authorization: Bearer $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa https://wmf2-artifacts.vm.liw.fi/blobs/hithere -- cgit v1.2.1