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 +