mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Use shellcheck source to point the sourced file
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# Setup environment
|
||||
# shellcheck disable=SC1091
|
||||
# shellcheck source=examples/docker-compose/notebook/env.sh
|
||||
source "${DIR}/env.sh"
|
||||
|
||||
# Build the notebook image
|
||||
|
@@ -5,7 +5,7 @@
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# Setup environment
|
||||
# shellcheck disable=SC1091
|
||||
# shellcheck source=examples/docker-compose/notebook/env.sh
|
||||
source "${DIR}/env.sh"
|
||||
|
||||
# Bring down the notebook container, using container name as project name
|
||||
|
@@ -58,7 +58,7 @@ else
|
||||
fi
|
||||
|
||||
# Setup environment
|
||||
# shellcheck disable=SC1091
|
||||
# shellcheck source=examples/docker-compose/notebook/env.sh
|
||||
source "${DIR}/env.sh"
|
||||
|
||||
# Create a Docker volume to store notebooks
|
||||
|
Reference in New Issue
Block a user