Update command to show Odoo server config

Replaced 'ls -l /etc/' command with 'cat /etc/odoo-server.conf' to display Odoo server configuration.
This commit is contained in:
Moutaz Muhammad 2025-11-25 11:37:20 +02:00 committed by GitHub
parent a5e68ed0ba
commit 15fa5ab937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Checkout And Restart Project
run: |
echo "** [INFO] Running on branch --> ${GITHUB_REF#refs/heads/}"
sudo ls -l /etc/
sudo cat /etc/odoo-server.conf
- name: Cleanup workspace
if: always()