Skip to content

Commit

Permalink
Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Mar 6, 2022
1 parent e406d8d commit 57654fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/00-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TAG="${3}"
#ARCH="${4}"

CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
# shellcheck disable=SC1090
# shellcheck disable=SC1091
. "${CWD}/.lib.sh"

# Ensure they all have a common entrypoint
Expand Down
2 changes: 1 addition & 1 deletion tests/01-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TAG="${3}"
ARCH="${4}"

CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
# shellcheck disable=SC1090
# shellcheck disable=SC1091
. "${CWD}/.lib.sh"


Expand Down
2 changes: 1 addition & 1 deletion tests/02-mysqli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARCH="${4}"
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"

CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
# shellcheck disable=SC1090
# shellcheck disable=SC1091
. "${CWD}/.lib.sh"


Expand Down
2 changes: 1 addition & 1 deletion tests/03-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TAG="${3}"
ARCH="${4}"

CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
# shellcheck disable=SC1090
# shellcheck disable=SC1091
. "${CWD}/.lib.sh"


Expand Down

0 comments on commit 57654fb

Please sign in to comment.