Skip to content
Snippets Groups Projects
Commit e7121f31 authored by anttil's avatar anttil
Browse files

SSDM-1166 open up 15.xx stage branch - allow building of stage 15.xx.x with...

SSDM-1166 open up 15.xx stage branch - allow building of stage 15.xx.x with build_resources/build.sh

SVN: 32818
parent 78e4847c
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,9 @@ for project in $PROJECTS; do ...@@ -48,6 +48,9 @@ for project in $PROJECTS; do
if [ "$BRANCH" == "trunk" ] if [ "$BRANCH" == "trunk" ]
then then
SVN_PATH="${project}/trunk" SVN_PATH="${project}/trunk"
elif [ "$BRANCH" == "stage" ]
then
SVN_PATH="openbis_all/branches/stage/15.xx.x/${project}"
elif [ "$BRANCH" == "sprint" ] elif [ "$BRANCH" == "sprint" ]
then then
if [[ -z "$VERSION" ]] if [[ -z "$VERSION" ]]
......
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