fixeria has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/40768?usp=email )
Change subject: Makefile: add missing OSMO_S1GW_BRANCH ......................................................................
Makefile: add missing OSMO_S1GW_BRANCH
Change-Id: I952fd357ccc1d8ceaf51700134f8786c4dbc96e6 --- M make/Makefile 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/make/Makefile b/make/Makefile index 71f8c5f..b320ba9 100644 --- a/make/Makefile +++ b/make/Makefile @@ -38,6 +38,7 @@ OSMO_NITB_BRANCH?=master OSMO_PCU_BRANCH?=master OSMO_REMSIM_BRANCH?=master +OSMO_S1GW_BRANCH?=master OSMO_SGSN_BRANCH?=master OSMO_SIP_BRANCH?=master OSMO_STP_BRANCH?=master @@ -123,6 +124,7 @@ --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_S1GW_BRANCH=$(OSMO_S1GW_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) \