From 7ba02f52fb1587f983ba1ab6207b7f9f0396d13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 2 Oct 2020 11:56:04 +0200 Subject: [PATCH] t --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88739d7..9ac18dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -129,7 +129,7 @@ test_debian: - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - echo $DEPLOY_ARTIFACT_TOKEN > lol # get debian image - - 'curl --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN" --location --output debain_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"' - cat debian_artifacts.zip - unzip debian_artifacts.zip - dpkg -i debian/linkahead/linkahead_*.deb -- GitLab