Dodajanje continue-on-error za korak namestitve rsync
Deploy to Production Server / deploy (push) Successful in 13s
Details
Deploy to Production Server / deploy (push) Successful in 13s
Details
This commit is contained in:
parent
3aef9b2e9a
commit
101d8bc623
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install rsync
|
- name: Install rsync
|
||||||
shell: bash
|
shell: bash
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
# Najprej preverimo, ali je rsync že nameščen
|
# Najprej preverimo, ali je rsync že nameščen
|
||||||
if command -v rsync &> /dev/null; then
|
if command -v rsync &> /dev/null; then
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install rsync
|
- name: Install rsync
|
||||||
shell: bash
|
shell: bash
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
# Najprej preverimo, ali je rsync že nameščen
|
# Najprej preverimo, ali je rsync že nameščen
|
||||||
if command -v rsync &> /dev/null; then
|
if command -v rsync &> /dev/null; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue