From dae6535aac0d48156df123e267fa3eb0b499cc25 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 7 Jul 2019 20:33:05 +0300 Subject: Fix: debug --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 321ad2a..94e448b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,12 @@ before_script: - apt-get update - apt-get install -y curl -# - apt-get install -y build-essential + - apt-get install -y build-essential heippa: script: -# - gcc -o heippa heippa.c -# - ./heippa + - gcc -o heippa heippa.c + - ./heippa - env - | curl -H"Authorization: Bearer $ARTIFACT_TOKEN" -X PUT -H"Content-Type: application/octet-stream" --data-binary @heippa.c https://wmf2-artifacts.vm.liw.fi/blobs/heippa -- cgit v1.2.1