Skip to content

Commit a4d4f83

Browse files
committed
wip
1 parent 6a13758 commit a4d4f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-build-with-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PROJECT_DIR=$(realpath $(dirname "${SCRIPT_DIR}"))
1414
ROOT_IMAGE=registry.gitlab.com/batteriesincluded/batt-docker/batteries-debian12-build-tools:0.5.0
1515
USER_IMAGE=$(cor docker user-image ${ROOT_IMAGE})
1616

17-
if [ "${GITHUB_ENV:-}" != "" && -f "${GITHUB_ENV}" ]; then
17+
if [ -f "${GITHUB_ENV:-noSuchFile}" ]; then
1818
ENV_FILE_FLAGS="--env-file ${GITHUB_ENV}"
1919
fi
2020

0 commit comments

Comments
 (0)