aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-11-05 13:02:24 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-11-05 13:02:24 +0100
commitd6ac128cf8107ddabf9dc613a0d46806b7d7ed31 (patch)
tree75ac063d5981a6acab4b0297a403ae59c13ec90d /make
parente0079d37cf1fee0049d7d6d3a6545c51e88c6522 (diff)
make: Fix OSMO_BB_BRANCH not being passed correctly
Diffstat (limited to 'make')
-rw-r--r--make/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/Makefile b/make/Makefile
index 4b40da5..83f56ae 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -17,6 +17,7 @@ REGISTRY_HOST?=docker.io
USERNAME?=$(USER)
NAME?=$(shell basename $(CURDIR))
OSMO_TTCN3_BRANCH?=master
+OSMO_BB_BRANCH?=master
OSMO_BSC_BRANCH?=master
OSMO_BTS_BRANCH?=master
OSMO_GGSN_BRANCH?=master
@@ -54,6 +55,7 @@ post-push:
docker-build: .release
docker build --build-arg USER=$(USERNAME) --build-arg OSMO_TTCN3_BRANCH=$(OSMO_TTCN3_BRANCH) \
+ --build-arg OSMO_BB_BRANCH=$(OSMO_BB_BRANCH) \
--build-arg OSMO_BSC_BRANCH=$(OSMO_BSC_BRANCH) \
--build-arg OSMO_BTS_BRANCH=$(OSMO_BTS_BRANCH) \
--build-arg OSMO_GGSN_BRANCH=$(OSMO_GGSN_BRANCH) \