From 6bfcb586fefab3525576f682cb5cea2283895e68 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:37:09 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfd763a..b2ad855 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,6 +127,7 @@ test_debian: - apt-get install -y unzip curl docker.io - docker ps - 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' - unzip debian_artifacts.zip @@ -137,9 +138,10 @@ test_debian: dependencies: [cert] artifacts: paths: + - lol - caosdb_log.txt - mariadb_log.txt - when: on_failure + # when: on_failure expire_in: 1 week build-testenv: -- GitLab