From 9d3a6b2d2aa9b88ff721c8c4333f6aaa22cc9ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Thu, 1 Oct 2020 20:24:55 +0200 Subject: [PATCH] FIX pull --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 862d1b8..bafd937 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,7 +126,7 @@ test_debian: - apt-get update - apt-get install -y unzip curl # get debian image - - 'curl --location --output debian_artifacts.zip "https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts"' + - curl --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN" --location --output debian_artifacts.zip "https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts" - unzip debian_artifacts.zip - dpkg -i debian/linkahead/linkahead_*.deb - apt-get install -f -- GitLab