From 81f6230d4dc57997ae2d31488b113877bbb1daa3 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sun, 20 Aug 2023 15:30:09 +0200 Subject: [PATCH] Add missing ssh dependency --- .gitlab/ci/build_release_jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/build_release_jobs.yml b/.gitlab/ci/build_release_jobs.yml index da6aa1fd..f63e0743 100644 --- a/.gitlab/ci/build_release_jobs.yml +++ b/.gitlab/ci/build_release_jobs.yml @@ -51,9 +51,9 @@ release_job: # 1. Combining sha256 files into a SHA512-SUMS.txt - echo "Combining sha256 files into a SHA512-SUMS.txt" - python3 Tools/create_sha512.py - # 2. Connect to kelteseth.com and handle the folder + # 2. Connect and handle the folder - echo "Managing remote folder" - - apt-get update && apt-get install -y sshpass + - apt-get update && apt-get install -y sshpass ssh - sshpass -p $GETSP_PASSWORD ssh $GETSP_USERNAME@91.204.46.10 "rm -rf /getsp.de/$CI_COMMIT_TAG; mkdir /getsp.de/$CI_COMMIT_TAG;" # 3. Upload files to the remote folder - echo "Uploading files"