Skip to content

Commit

Permalink
test export of build type for build xml to use
Browse files Browse the repository at this point in the history
  • Loading branch information
icemft76 committed Jul 13, 2016
1 parent cfa5d49 commit 5bbf91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/codeship.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
if [[ $CI_BRANCH == $MASTER_BRANCH ]]; then
BUILD_TYPE='master'
elif [[ $CI_BRANCH == $PREFIX_FEATURE* ]]; then
BUILD_TYPE='feature'
export BUILD_TYPE='feature'
elif [[ $CI_BRANCH == $PREFIX_BETA* ]]; then
BUILD_TYPE='beta'
elif [[ $CI_BRANCH == $PREFIX_RELEASE* ]]; then
Expand Down

0 comments on commit 5bbf91f

Please sign in to comment.