FIX: Preflight falhava por causa de pipefail com rsync --version | head -n 1 #2

Merged
rafael.lopes merged 1 commits from dev into master 2026-07-15 13:59:40 -03:00
Showing only changes of commit cefeb3ea25 - Show all commits

View File

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