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 314ce88 commit 98fe053Copy full SHA for 98fe053
1 file changed
scripts/release/release-macos-dmg.sh
@@ -3,7 +3,6 @@ set -euo pipefail
3
4
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
5
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
6
-DEFAULT_ENV_FILE=""
7
if [[ -n "${SERVERBOX_RELEASE_ENV_FILE:-}" ]]; then
8
ENV_FILE="$SERVERBOX_RELEASE_ENV_FILE"
9
elif [[ -f "$REPO_ROOT/.env" ]]; then
0 commit comments