You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
removal: configomat (submodule) (#3045)
This commit is contained in:
@ -51,8 +51,7 @@ function _shellcheck
|
||||
# File paths for shellcheck:
|
||||
F_SH=$(find . -type f -iname '*.sh' \
|
||||
-not -path './test/bats/*' \
|
||||
-not -path './test/test_helper/*' \
|
||||
-not -path './target/docker-configomat/*'
|
||||
-not -path './test/test_helper/*'
|
||||
)
|
||||
# shellcheck disable=SC2248
|
||||
F_BIN=$(find 'target/bin' -type f -not -name '*.py')
|
||||
|
Reference in New Issue
Block a user