diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3e6162d8..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -include: 'https://raw.githubusercontent.com/Nitrokey/common-ci-jobs/master/common_jobs.yml' - -stages: - - pull-github - - deploy - -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 webinterface - REPO_NAME: pynitrokey - MAIN_BRANCH: master