diff --git a/Makefile b/Makefile index a72ccab..06d9016 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ ifneq (,${_GIT_DESCRIBE}) GLUON_BRANCH := stable else GLUON_RELEASE ?= snapshot~$(shell date '+%Y%m%d')~$(shell git describe --always) + GLUON_BRANCH := experimental endif JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)