From adc3027dcd39f46c2afd7b4f646b2dd3c4931d93 Mon Sep 17 00:00:00 2001 From: nesteroff561 Date: Fri, 30 May 2025 22:45:00 +0300 Subject: [PATCH] Disabled config creation --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfc4f69..b9a5c13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ tileos-sway-amd64: - mkdir ~/.ssh/ - echo "$BASE64_TILEOS_ISO_STORAGE_KEY" | base64 -d > ~/.ssh/id_rsa #- echo "$TILEOS_ISO_STORAGE_CONFIG" > ~/.ssh/config - - chmod 644 ~/.ssh/config + #- 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} rm -rf /media/iso/tile-os/testing/sway/* @@ -43,7 +43,7 @@ tileos-river-amd64: - mkdir ~/.ssh/ - echo "$BASE64_TILEOS_ISO_STORAGE_KEY" | base64 -d > ~/.ssh/id_rsa #- echo "$TILEOS_ISO_STORAGE_CONFIG" > ~/.ssh/config - - chmod 644 ~/.ssh/config + #- 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} rm -rf /media/iso/tile-os/testing/river/*