From 1b3f0713e1acad2a21fd432a6bdce122e6e6515c Mon Sep 17 00:00:00 2001 From: nesteroff561 Date: Sat, 31 May 2025 20:18:40 +0300 Subject: [PATCH] Added -i option :) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96da7c9..a4cb3df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ tileos-sway-amd64: #- chmod 644 ~/.ssh/config - chmod 400 ~/.ssh/id_rsa - docker run --privileged --rm -i -v ${CI_PROJECT_DIR}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop sway --release testing - - ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@${STORAGE_HOST} -p ${STORAGE_PORT} ~/.ssh/id_rsa rm -rf /media/iso/tile-os/testing/sway/* + - ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@${STORAGE_HOST} -p ${STORAGE_PORT} -i ~/.ssh/id_rsa rm -rf /media/iso/tile-os/testing/sway/* - scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} -o IdentityFile=~/.ssh/id_rsa ${STORAGE_USER}@${STORAGE_HOST} -p -B ${CI_PROJECT_DIR}/output/amd64/* /media/iso/tile-os/testing/sway/ tileos-river-amd64: @@ -46,7 +46,7 @@ tileos-river-amd64: #- chmod 644 ~/.ssh/config - chmod 400 ~/.ssh/id_rsa - docker run --privileged --rm -i -v ${CI_PROJECT_DIR}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop river --release testing - - ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@${STORAGE_HOST} -p ${STORAGE_PORT} -i ~/.ssh/id_rsa rm -rf /media/iso/tile-os/testing/river/* + - ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@${STORAGE_HOST} -p ${STORAGE_PORT} -i ~/.ssh/id_rsa rm -rf /media/iso/tile-os/testing/river/* - scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} ${STORAGE_USER}@${STORAGE_HOST} -o IdentityFile=~/.ssh/id_rsa -p -B ${CI_PROJECT_DIR}/output/amd64/* /media/iso/tile-os/testing/river/ mrproper: