Fix shellcheck complaint

This commit is contained in:
Christian Mäder 2021-02-08 12:04:22 +01:00
parent 28e4ae44fb
commit c6df6a040a
2 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,7 @@ for DOCKER_TARGET in "${DOCKER_TARGETS[@]}"; do
TARGET_DOCKER_TAG="${TARGET_DOCKER_TAG}-${DOCKER_TARGET}"
fi
if [ -n "${GH_ACTION}" ]; then
echo "FINAL_DOCKER_TAG=${TARGET_DOCKER_TAG}" >> $GITHUB_ENV
echo "FINAL_DOCKER_TAG=${TARGET_DOCKER_TAG}" >> "$GITHUB_ENV"
echo "::set-output name=skipped::false"
fi

View File

@ -8,6 +8,7 @@ set -e
umask 002
# Load correct Python3 env
# shellcheck disable=SC1091
source /opt/netbox/venv/bin/activate
# Try to connect to the DB