*.sh: remove the check of .env modifications
The check was not accurate.
This commit is contained in:
parent
5b8b8720b4
commit
3e8388f8fd
1 changed files with 0 additions and 5 deletions
5
util.sh
5
util.sh
|
@ -24,8 +24,3 @@ if [ ! -f "${DOCKERCOMPOSEFILE}" ]; then
|
||||||
echo "${DOCKERCOMPOSEFILE} not found" 1>&2
|
echo "${DOCKERCOMPOSEFILE} not found" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x $(git diff --name-only | grep .env) ]; then
|
|
||||||
echo "The .env must be changed" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue