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:
parent
a5e68ed0ba
commit
15fa5ab937
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue