diff --git a/sbin/tag_and_push_docker_image.sh b/sbin/tag_and_push_docker_image.sh index 12af4e4786cabf7fc03d97f2bb40f4aac318165d..805c34f057e7d7a4e4e958946ed2335490b89a10 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