ci: # shellcheck disable=SC1091

This commit is contained in:
Michael Grote 2023-11-09 09:07:39 +01:00
parent c01a58c9b3
commit 156aad8d30
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
set -e
[[ -n "$DEBUG" ]] && set -x
# shellcheck disable=SC1091
source /nextcloud-exec.sh
echo "-------------------------------------------------------------"

View file

@ -2,6 +2,7 @@
set -e
[[ -n "$DEBUG" ]] && set -x
# shellcheck disable=SC1091
source /nextcloud-exec.sh
if [[ -z "$NEXTCLOUD_CONTAINER_NAME" ]]; then