Skip to content
Snippets Groups Projects
Verified Commit 6b797ab5 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent b39e0f1f
No related branches found
No related tags found
No related merge requests found
Pipeline #8356 failed
...@@ -135,6 +135,8 @@ test: ...@@ -135,6 +135,8 @@ test:
needs: needs:
- job: build-test - job: build-test
artifacts: true artifacts: true
- job: cert
artifacts: true
script: script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
...@@ -188,3 +190,15 @@ test: ...@@ -188,3 +190,15 @@ test:
- mariadb_log.txt - mariadb_log.txt
- .docker/hash_* - .docker/hash_*
expire_in: 1 week expire_in: 1 week
cert:
tags: [docker]
stage: cert
image: $CI_REGISTRY_IMAGE
artifacts:
paths:
- .docker/cert/
expire_in: 1 week
script:
- cd .docker
- CAOSHOSTNAME=caosdb-server ./cert.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment