Skip to content
Snippets Groups Projects
Commit 33cbae86 authored by vkovtun's avatar vkovtun
Browse files

SSDM-12747 Removed branch creation from the sprint build script.

parent aa40bbc1
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -37,14 +37,7 @@ then ...@@ -37,14 +37,7 @@ then
usage usage
fi fi
# create sprint branch "$BIN_DIR/build/tag.sh" master S${1}.${HOT_FIX_NUMBER}
if [ ${HOT_FIX_NUMBER} -eq 0 ]
then
"$BIN_DIR/build/branch.sh" S${1}.x
if [ $? -ne 0 ];then exit 1; fi
fi
"$BIN_DIR/build/tag.sh" S${1}.x S${1}.${HOT_FIX_NUMBER}
if [ $? -ne 0 ];then exit 1; fi if [ $? -ne 0 ];then exit 1; fi
"$BIN_DIR/build/build.sh" S${1}.x S${1}.${HOT_FIX_NUMBER} "$BIN_DIR/build/build.sh" master S${1}.${HOT_FIX_NUMBER}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment