From e805ecf959d2ad956dbbccdfe4f40ce35924e95a Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Wed, 24 Nov 2021 11:03:35 +0000 Subject: [PATCH] L2SS-205: Ignore docker compose env files in sourcing --- sbin/tag_and_push_docker_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/tag_and_push_docker_image.sh b/sbin/tag_and_push_docker_image.sh index 12af4e478..805c34f05 100755 --- a/sbin/tag_and_push_docker_image.sh +++ b/sbin/tag_and_push_docker_image.sh @@ -5,7 +5,7 @@ if [ -z "${LOFAR20_DIR+x}" ]; then exit 1 fi -# shellcheck source=docker-compose/.env +# shellcheck disable=SC1090 . "${LOFAR20_DIR}/docker-compose/.env" || exit 1 # Array of tuples separated by space inside double quotes -- GitLab