We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e4ae4 commit c6df6a0Copy full SHA for c6df6a0
build.sh
@@ -216,7 +216,7 @@ for DOCKER_TARGET in "${DOCKER_TARGETS[@]}"; do
216
TARGET_DOCKER_TAG="${TARGET_DOCKER_TAG}-${DOCKER_TARGET}"
217
fi
218
if [ -n "${GH_ACTION}" ]; then
219
- echo "FINAL_DOCKER_TAG=${TARGET_DOCKER_TAG}" >> $GITHUB_ENV
+ echo "FINAL_DOCKER_TAG=${TARGET_DOCKER_TAG}" >> "$GITHUB_ENV"
220
echo "::set-output name=skipped::false"
221
222
docker/docker-entrypoint.sh
@@ -8,6 +8,7 @@ set -e
8
umask 002
9
10
# Load correct Python3 env
11
+# shellcheck disable=SC1091
12
source /opt/netbox/venv/bin/activate
13
14
# Try to connect to the DB
0 commit comments