From afa58b568ae944ac122063ebe239cc9eab0b9a6b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 7 Jul 2019 20:21:59 +0300 Subject: Change: debug --- .gitlab-ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3e20f3..673df21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,11 @@ -before_script: - - echo hello from before script - - apt-get update - - apt-get install -y build-essential curl +Wbefore_script: +# - apt-get update +# - apt-get install -y build-essential curl 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 https://wmf2-artifacts.vm.liw.fi/blobs/heippa + echo 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