Skip to content
Snippets Groups Projects
Commit e805ecf9 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Ignore docker compose env files in sourcing

parent 8cc355da
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
...@@ -5,7 +5,7 @@ if [ -z "${LOFAR20_DIR+x}" ]; then ...@@ -5,7 +5,7 @@ if [ -z "${LOFAR20_DIR+x}" ]; then
exit 1 exit 1
fi fi
# shellcheck source=docker-compose/.env # shellcheck disable=SC1090
. "${LOFAR20_DIR}/docker-compose/.env" || exit 1 . "${LOFAR20_DIR}/docker-compose/.env" || exit 1
# Array of tuples separated by space inside double quotes # Array of tuples separated by space inside double quotes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment