diff --git a/.gitea/workflows/deploy-to-production.yml b/.gitea/workflows/deploy-to-production.yml index 7e6850d..0dd3a5d 100644 --- a/.gitea/workflows/deploy-to-production.yml +++ b/.gitea/workflows/deploy-to-production.yml @@ -27,6 +27,7 @@ jobs: - name: Install rsync shell: bash + continue-on-error: true run: | # Najprej preverimo, ali je rsync že nameščen if command -v rsync &> /dev/null; then diff --git a/.gitea/workflows/deploy-to-test.yml b/.gitea/workflows/deploy-to-test.yml index 7549daf..4aaba12 100644 --- a/.gitea/workflows/deploy-to-test.yml +++ b/.gitea/workflows/deploy-to-test.yml @@ -38,6 +38,7 @@ jobs: - name: Install rsync shell: bash + continue-on-error: true run: | # Najprej preverimo, ali je rsync že nameščen if command -v rsync &> /dev/null; then