Dodajanje continue-on-error za korak namestitve rsync
Deploy to Production Server / deploy (push) Successful in 13s Details

This commit is contained in:
Mark Poljanšek 2025-06-22 18:52:04 +02:00
parent 3aef9b2e9a
commit 101d8bc623
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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