From 83904daa7984848b8fe7e2037604494173229992 Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Fri, 24 Mar 2023 12:37:46 +0100 Subject: [PATCH] [SSH] Remove SSH configs not necessary anymore * The SSH key and configs are no more needed since migrated everything to https --- manifest-pipeline-yocto.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 983f3a1..30acdfa 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -188,17 +188,6 @@ retrigger: # init repository and generate configuration files for bitbake # checkout - BASEDIR=$PWD - - mkdir -p /home/secous/.ssh - - echo "$SSH_KNOWN_HOSTS" > /home/secous/.ssh/known_hosts - - echo "$SSH_CONFIG_FILE" > /home/secous/.ssh/config - - echo "$SSH_PRIVATE_KEY" > /home/secous/.ssh/id_rsa - - chown 1002:1002 /home/secous/.ssh/known_hosts - - chown 1002:1002 /home/secous/.ssh/config - - chown 1002:1002 /home/secous/.ssh/id_rsa - - chmod 600 /home/secous/.ssh/id_rsa - - ls -l /home/secous/.ssh/ - - eval $(ssh-agent -s) - - ssh-add /home/secous/.ssh/id_rsa - export EULA=1 - BUILD_BRANCH=${MASTER_BRANCH} - | -- GitLab