From 36fac961c11d94dee71c01b0fc26dedc9e656410 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 16 Sep 2024 15:26:03 +0330 Subject: [PATCH] I AM SOHRAB --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa39c06..bfd71bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,6 @@ archiso: - ./build.sh - echo "Renaming the output ISO file" - mv out/*.iso out/Parchlinux-$Desktop-latest.iso - rules: - - if: $CI_COMMIT_TAG - -deploy: stage: deploy script: - echo "Installing sshpass and rsync" @@ -29,6 +25,5 @@ deploy: - sshpass -p "$PASS" rsync -r "$(ls out/*.iso)" parch@SSH_ROOT:/srv/http/cosmic/ rules: - if: $CI_COMMIT_TAG - dependencies: - - archiso +