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