ci: # shellcheck disable=SC1091
This commit is contained in:
parent
c01a58c9b3
commit
156aad8d30
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
set -e
|
||||
[[ -n "$DEBUG" ]] && set -x
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source /nextcloud-exec.sh
|
||||
|
||||
echo "-------------------------------------------------------------"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
set -e
|
||||
[[ -n "$DEBUG" ]] && set -x
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source /nextcloud-exec.sh
|
||||
|
||||
if [[ -z "$NEXTCLOUD_CONTAINER_NAME" ]]; then
|
||||
|
|
Loading…
Reference in a new issue