Browse Source

chg: [odoo-tecnativa,compose] make ``load``, ``save`` and ``sql`` action force usage of ``no-hooks``

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
pull/29/head
Valentin Lab 2 years ago
parent
commit
17c345e43a
  1. 1
      odoo-tecnativa/actions/load
  2. 1
      odoo-tecnativa/actions/save
  3. 1
      postgres/actions/relations/postgres-database/sql

1
odoo-tecnativa/actions/load

@ -1,4 +1,5 @@
#!/bin/bash
## compose: no-hooks
if [ -z "$SERVICE_DATASTORE" ]; then
echo "This script is meant to be run through 'compose' to work properly." >&2

1
odoo-tecnativa/actions/save

@ -1,4 +1,5 @@
#!/bin/bash
## compose: no-hooks
if [ -z "$SERVICE_DATASTORE" ]; then
echo "This script is meant to be run through 'compose' to work properly." >&2

1
postgres/actions/relations/postgres-database/sql

@ -1,4 +1,5 @@
#!/bin/bash
## compose: no-hooks
## Load action gets a first argument a FILE/DIRECTORY/URL holding the necessary files.
##

Loading…
Cancel
Save