CI/CD: Adicionado safe directory step ao deploy
Some checks failed
Deploy WiFi-ETL Prod / deploy (push) Failing after 0s
Some checks failed
Deploy WiFi-ETL Prod / deploy (push) Failing after 0s
This commit is contained in:
parent
0c59ee7e0f
commit
38fdca14ca
@ -10,6 +10,10 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Garantindo safe directory
|
||||
run: |
|
||||
git config --global --add safe.directory /opt/wifi-etl
|
||||
|
||||
- name: Clone/Update código
|
||||
run: |
|
||||
set -e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user