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

WIP: pipeline

parent 7af72501
Branches
Tags
No related merge requests found
Pipeline #9404 failed
......@@ -41,7 +41,7 @@ function cert() {
KEYPW="${KEYPW}" openssl genrsa -aes256 -out caosdb.key.pem \
-passout env:KEYPW 2048
# also store in pkcs format
KEYPW="${KEYPW}" openssl pkcs8 -topk8 -in caosdb.key.pem
KEYPW="${KEYPW}" openssl pkcs8 -topk8 -in caosdb.key.pem \
-out caosdb.key.pk8 -passin env:KEYPW -passout env:KEYPW
# Certificate is for localhost
KEYPW="${KEYPW}" openssl req -new -x509 -key caosdb.key.pem \
......
......@@ -105,6 +105,12 @@ build-testenv-changes-docker:
only:
changes:
- .docker/*
excepts:
refs:
- pipeline
- schedules
- web
build-testenv-triggered:
<<: *build-testenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment