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 6a13758 commit a4d4f83Copy full SHA for a4d4f83
scripts/ci-build-with-docker.sh
@@ -14,7 +14,7 @@ PROJECT_DIR=$(realpath $(dirname "${SCRIPT_DIR}"))
14
ROOT_IMAGE=registry.gitlab.com/batteriesincluded/batt-docker/batteries-debian12-build-tools:0.5.0
15
USER_IMAGE=$(cor docker user-image ${ROOT_IMAGE})
16
17
-if [ "${GITHUB_ENV:-}" != "" && -f "${GITHUB_ENV}" ]; then
+if [ -f "${GITHUB_ENV:-noSuchFile}" ]; then
18
ENV_FILE_FLAGS="--env-file ${GITHUB_ENV}"
19
fi
20
0 commit comments