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 13b8f4e commit 71a131dCopy full SHA for 71a131d
scripts/buildah-common.sh
@@ -26,7 +26,7 @@ declare -rx RESULTS_IMAGE_URL_PATH="${RESULTS_IMAGE_URL_PATH:-}"
26
27
# Exposing the full path to the container file, which by default should be relative to the primary
28
# workspace, with a fallback to be relative to the context directory.
29
-if [[ -z "$DOCKERFILE_FULL" ]]; then
+if [[ -z "${DOCKERFILE_FULL:-}" ]]; then
30
if [[ -r "${WORKSPACES_SOURCE_PATH}/${PARAMS_DOCKERFILE}" ]]; then
31
declare -x DOCKERFILE_FULL="${WORKSPACES_SOURCE_PATH}/${PARAMS_DOCKERFILE}"
32
else
0 commit comments