From 3f63a2fa879414b8d8d06f1ac51ec7be3c2ee44d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 7 Jul 2019 20:18:13 +0300 Subject: Add: dump env --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0173eeb..a3e20f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,5 +7,6 @@ heippa: script: - gcc -o heippa heippa.c - ./heippa + - env - | curl -H"Authorization: Bearer $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa https://wmf2-artifacts.vm.liw.fi/blobs/heippa -- cgit v1.2.1