Skip to content

Commit 98fe053

Browse files
committed
fix
1 parent 314ce88 commit 98fe053

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/release/release-macos-dmg.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set -euo pipefail
33

44
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
55
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
6-
DEFAULT_ENV_FILE=""
76
if [[ -n "${SERVERBOX_RELEASE_ENV_FILE:-}" ]]; then
87
ENV_FILE="$SERVERBOX_RELEASE_ENV_FILE"
98
elif [[ -f "$REPO_ROOT/.env" ]]; then

0 commit comments

Comments
 (0)