From 5eba1d788d9f06b46f6fcb4fd9c34a8b6c6541f6 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 28 Jun 2021 20:04:47 +0200
Subject: [PATCH] WIP: pipeline

---
 .docker/cert.sh | 2 +-
 .gitlab-ci.yml  | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.docker/cert.sh b/.docker/cert.sh
index 17a8249..598020c 100755
--- a/.docker/cert.sh
+++ b/.docker/cert.sh
@@ -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 \
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da0b8ef..a5a990b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,6 +105,12 @@ build-testenv-changes-docker:
   only:
     changes:
       - .docker/*
+  excepts:
+    refs:
+      - pipeline
+      - schedules
+      - web
+
 
 build-testenv-triggered:
   <<: *build-testenv
-- 
GitLab