Skip to content
Snippets Groups Projects
Commit 6bfcb586 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

test

parent 7e9eb7fa
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment