Skip to content

Commit b402128

Browse files
rayeesnDaanHoogland
authored andcommitted
CLOUDSTACK-6392: system template always create with name master instead of specific branch
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
1 parent 58d4a24 commit b402128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/appliance/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
build_date=`date +%Y-%m-%d`
2929

3030
# set fixed or leave empty to use git to determine
31-
branch=master
31+
branch=
3232

3333
if [ -z "$branch" ] ; then
3434
branch=`git status | grep '# On branch' | awk '{print $4}'`

0 commit comments

Comments
 (0)