From d59da0b15d9a1032e9b9ffb41594661626bc5c2c Mon Sep 17 00:00:00 2001 From: "lennard.boediger" Date: Mon, 27 Dec 2021 16:27:50 +0100 Subject: [PATCH] setup for the new ci server --- .gitlab-ci.yml | 4 +--- ci-scripts/copy_common_scripts_key.sh | 7 ------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100755 ci-scripts/copy_common_scripts_key.sh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d82c40d3..8abfea69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,7 @@ variables: #Repo for shared scripts (pull.sh release.sh, nightly_upload.sh): GIT_STRATEGY: clone #This seems to have no effect also set in webinterface GIT_DEPTH: 0 #This seems to have no effect also set in webinterface - GIT_SUBMODULE_STRATEGY: recursive #This seems to have no effect also set in webinterfac - SCRIPTS_REPO: git@git.dotplex.com:nitrokey/gitlab-ci.git - REPO_USER: nitrokey + GIT_SUBMODULE_STRATEGY: recursive #This seems to have no effect also set in webinterface REPO_NAME: pynitrokey MAIN_BRANCH: master diff --git a/ci-scripts/copy_common_scripts_key.sh b/ci-scripts/copy_common_scripts_key.sh deleted file mode 100755 index 2dc75103..00000000 --- a/ci-scripts/copy_common_scripts_key.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -euo pipefail - -echo "-----BEGIN OPENSSH PRIVATE KEY-----" > ~/.ssh/common_scripts_key -echo "$COMMON_SCRIPTS_KEY" >> ~/.ssh/common_scripts_key -echo "-----END OPENSSH PRIVATE KEY-----" >> ~/.ssh/common_scripts_key -chmod 600 ~/.ssh/common_scripts_key \ No newline at end of file