build.sh bugfix für experimental
This commit is contained in:
parent
680e7a2501
commit
35d976d136
1 changed files with 1 additions and 0 deletions
1
build.sh
1
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
|
||||
|
|
Loading…
Reference in a new issue