Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

contrib: add default value to PRERELEASE variable #2186

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contrib/build-ceph-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -Eeuo pipefail
# script. Dry runs will output commands that they would have executed as info messages.

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
PRERELEASE="${PRERELEASE:-false}"
# shellcheck disable=SC1090 # sourcing from a variable here does indeed work
source "${SCRIPT_DIR}/ceph-build-config.sh"

Expand Down
Loading