From 35d976d1363fb2f9035d0b0cb7b0f4fd809b74b0 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 4 Feb 2019 22:28:09 +0100 Subject: [PATCH] =?UTF-8?q?build.sh=20bugfix=20f=C3=BCr=20experimental?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 5a4bbe6..5ac1e42 100755 --- a/build.sh +++ b/build.sh @@ -69,6 +69,7 @@ announce FFHH SITE PATH: $site_path >&2 pushd $site_path . ./build.conf +[ "${GLUON_BRANCH}" = "experimental" ] && GLUON_RELEASE="${GLUON_RELEASE}~exp$(date +%Y%m%d)" export GLUON_RELEASE export GLUON_BRANCH # if a list of build targets has been supplied, only build those