From 1d1ddbd8d82e01fb2b28c3690b35d1578471a110 Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Fri, 30 Aug 2024 14:16:23 +0200 Subject: [PATCH] Set correct permissions for cleanup ssh key as well --- shared_scripts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shared_scripts.yml b/shared_scripts.yml index 2f1c0cb..d09203b 100644 --- a/shared_scripts.yml +++ b/shared_scripts.yml @@ -176,6 +176,7 @@ variables: script: # Change access rights for SSH key to use it later on - chmod 600 ${SYNC_KEY} + - chmod 600 ${SSH_KEY_CLEANUP_VRDEMO} # Find out if it was Windows, WindowsNoEditor, Linux or LinuxNoEditor - export PLATFORM_NAME=$(find ${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}/ -mindepth 1 -maxdepth 1 -type d -name "*Windows*" -or -name "*Linux*" | head -1 | xargs basename) # Copy Thumbnails if they exist -- GitLab