Skip to content

Commit

Permalink
tagpub
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 25, 2023
1 parent be96d18 commit c391f7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/fresh_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,10 @@ do
m) MAVEN_PROFILE="-P ${OPTARG}";;
p) TAG_PUB=${OPTARG};;
t) CHECK_REPO_TAG=${OPTARG}
TAG_PUB=$CHECK_REPO_TAG
if [[ "$CHECK_REPO_TAG" != "" ]]
then
TAG_PUB=$CHECK_REPO_TAG
fi
;;
w) WKDIR=${OPTARG}
WKDIR_PAR=`dirname $WKDIR`
Expand Down

0 comments on commit c391f7f

Please sign in to comment.