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

Commit

Permalink
contrib: add default value to TEST_BUILD_ONLY variable
Browse files Browse the repository at this point in the history
Typical failure seen in CI:

```
contrib/build-ceph-base.sh: line 98: TEST_BUILD_ONLY: unbound variable
```

seems to have been introduced by 60f6418

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Feb 13, 2024
1 parent 1a1c5a9 commit 5c649ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/build-ceph-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -Eeuo pipefail

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

Expand Down

0 comments on commit 5c649ce

Please sign in to comment.