summaryrefslogtreecommitdiffstats
path: root/release/Makefile.azure
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile.azure')
-rw-r--r--release/Makefile.azure4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile.azure b/release/Makefile.azure
index 92ddaf2..310b0eb 100644
--- a/release/Makefile.azure
+++ b/release/Makefile.azure
@@ -16,8 +16,8 @@ AZURE${VAR}!= grep -E ^AZURE${VAR} ${AZURE_UPLOAD_CONF} | awk -F' ' '{print $$2}
. endfor
.endif
-.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT"
-SNAPSHOT_DATE!= date +-%Y-%m-%d-%H:%M
+.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
+SNAPSHOT_DATE!= date +-%Y-%m-%d-%H-%M
.endif
AZURE_TARGET:= ${OSRELEASE}${SNAPSHOT_DATE}.vhd
OpenPOWER on IntegriCloud