pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/39034?usp=email )
Change subject: make: Fix OSMO_REMSIM_BRANCH not passed ......................................................................
make: Fix OSMO_REMSIM_BRANCH not passed
Change-Id: Iae85a99d998f91f9fda8f416155059a00da35296 --- M make/Makefile 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/34/39034/1
diff --git a/make/Makefile b/make/Makefile index c39f2a8..71f8c5f 100644 --- a/make/Makefile +++ b/make/Makefile @@ -37,6 +37,7 @@ OSMO_MSC_BRANCH?=master OSMO_NITB_BRANCH?=master OSMO_PCU_BRANCH?=master +OSMO_REMSIM_BRANCH?=master OSMO_SGSN_BRANCH?=master OSMO_SIP_BRANCH?=master OSMO_STP_BRANCH?=master @@ -121,6 +122,7 @@ --build-arg OSMO_MSC_BRANCH=$(OSMO_MSC_BRANCH) \ --build-arg OSMO_NITB_BRANCH=$(OSMO_NITB_BRANCH) \ --build-arg OSMO_PCU_BRANCH=$(OSMO_PCU_BRANCH) \ + --build-arg OSMO_REMSIM_BRANCH=$(OSMO_REMSIM_BRANCH) \ --build-arg OSMO_SGSN_BRANCH=$(OSMO_SGSN_BRANCH) \ --build-arg OSMO_SIP_BRANCH=$(OSMO_SIP_BRANCH) \ --build-arg OSMO_STP_BRANCH=$(OSMO_STP_BRANCH) \