Skip to content

Commit

Permalink
add echo msg
Browse files Browse the repository at this point in the history
  • Loading branch information
wulliam committed Jun 7, 2017
1 parent f423cd9 commit c065bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sti/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ if [ -f "$LOCAL_SOURCE_DIR/pom.xml" ]; then
# artifacts type (war; jar)
ARTIFACT_TYPE=${ARTIFACT_TYPE:-jar}

echo "dir is ${ARTIFACT_TYPE}, and file type is ${ARTIFACT_TYPE}"

pushd $LOCAL_SOURCE_DIR &> /dev/null

MAVEN_ARGS=${MAVEN_ARGS--e -Popenshift -DskipTests -Dcom.redhat.xpaas.repo.redhatga package}
Expand Down

0 comments on commit c065bd4

Please sign in to comment.