Merge pull request 'FIX: Preflight falhava por causa de pipefail com rsync --version | head -n 1' (#2) from dev into master
Some checks failed
Deploy production / Deploy to production VM (push) Failing after 5s
Some checks failed
Deploy production / Deploy to production VM (push) Failing after 5s
Reviewed-on: #2
This commit is contained in:
commit
0daefc243c
@ -25,7 +25,7 @@ jobs:
|
|||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
pm2 --version
|
pm2 --version
|
||||||
rsync --version | head -n 1
|
rsync --version | head -n 1 || true
|
||||||
|
|
||||||
- name: Check required secrets
|
- name: Check required secrets
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user