Skip to content

Commit

Permalink
Update assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
wulliam authored Jun 7, 2017
1 parent 613e7d9 commit 517a60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sti/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ -f "$LOCAL_SOURCE_DIR/pom.xml" ]; then
# the subdirectory within LOCAL_SOURCE_DIR from where we should copy build
# artifacts dir (mode1/target, model2/target)
ARTIFACT_DIR=${ARTIFACT_DIR:-target}
# artifacts type (*.war; *.jar)
# artifacts type (war; jar)
ARTIFACT_TYPE=${ARTIFACT_DIR:-jar}

pushd $LOCAL_SOURCE_DIR &> /dev/null
Expand Down

0 comments on commit 517a60a

Please sign in to comment.