From 294029ce060a561dc579d3a649547e7cf7fc0018 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 1 Dec 2021 15:29:22 +0100 Subject: [PATCH] configure-stackspin doesnt need ssh setup --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0d604ede..898071cbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -372,7 +372,6 @@ configure-stackspin: # Install custom ClusterIssuer for ZeroSSL production certificates - bash ./.gitlab/ci_scripts/install_zerossl_issuer.sh extends: - - .ssh_setup - .report_artifacts - .general_rules interruptible: true -- GitLab