Skip to content

Commit

Permalink
Fix up missing env var PRERELEASE...will squash before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Mick committed Dec 16, 2023
1 parent d2d872a commit c908f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ BASEOS_TAG ?= ""
CEPH_DEVEL ?= false
OSD_FLAVOR ?= "default"

# Default to not doing prerelease (env var must have a value)
PRERELEASE ?= false


# ==============================================================================
# Internal definitions
Expand Down
1 change: 1 addition & 0 deletions maint-lib/makelib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $(shell bash -c 'set -eu ; \
set_var IMAGES_TO_BUILD "$(IMAGES_TO_BUILD)" ; \
set_var STAGING_DIR "staging/$$CEPH_VERSION$$CEPH_POINT_RELEASE-$$DISTRO-$$DISTRO_VERSION-$$HOST_ARCH" ; \
set_var RELEASE "$(RELEASE)" ; \
set_var PRERELEASE "$(PRERELEASE)" ; \
\
daemon_base_img="$$(val_or_default "$(DAEMON_BASE_TAG)" \
"daemon-base:$(RELEASE)-$$CEPH_VERSION-$$DISTRO-$$BASEOS_TAG-$$HOST_ARCH")" ; \
Expand Down

0 comments on commit c908f2f

Please sign in to comment.