From 94af26f3d3b788fcf66d37b6c81485f0dfe32f57 Mon Sep 17 00:00:00 2001 From: WinterMyst <22961076-wintermyst@users.noreply.gitlab.com> Date: Sun, 22 Sep 2024 14:52:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c753f6f..e7b9f06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,16 +34,6 @@ release: # Install Gulp globally - npm install --global gulp-cli - gulp --version # Verify Gulp is installed - # Set up SSH agent and add private key for pushing to protected branch - - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - - mkdir -p ~/.ssh - - chmod 700 ~/.ssh - - echo "$SSH_PRIVATE_KEY_ENCODED" | tr -d '\n' | base64 -di > ~/.ssh/id_rsa - - chmod 600 ~/.ssh/id_rsa - - eval $(ssh-agent -s) - - ssh-add ~/.ssh/id_rsa - - mkdir -p ~/.ssh - - ssh-keyscan gitlab.com >> ~/.ssh/known_hosts script: # Check if VERSION is provided - |