Skip to content

Commit c6df6a0

Browse files
committed
Fix shellcheck complaint
1 parent 28e4ae4 commit c6df6a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ for DOCKER_TARGET in "${DOCKER_TARGETS[@]}"; do
216216
TARGET_DOCKER_TAG="${TARGET_DOCKER_TAG}-${DOCKER_TARGET}"
217217
fi
218218
if [ -n "${GH_ACTION}" ]; then
219-
echo "FINAL_DOCKER_TAG=${TARGET_DOCKER_TAG}" >> $GITHUB_ENV
219+
echo "FINAL_DOCKER_TAG=${TARGET_DOCKER_TAG}" >> "$GITHUB_ENV"
220220
echo "::set-output name=skipped::false"
221221
fi
222222

docker/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set -e
88
umask 002
99

1010
# Load correct Python3 env
11+
# shellcheck disable=SC1091
1112
source /opt/netbox/venv/bin/activate
1213

1314
# Try to connect to the DB

0 commit comments

Comments
 (0)