Skip to content

Commit

Permalink
staging profile
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Sep 3, 2019
1 parent fbc5b33 commit c8f04fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PING_LOOP_PID=$!
if [ "$1" = "glassfish-copyright:copyright" ]; then
mvn glassfish-copyright:copyright
else
mvn -e -U -B clean install $1 >> $BUILD_OUTPUT 2>&1
mvn -e -U -B clean install -Pstaging $1 >> $BUILD_OUTPUT 2>&1
fi

# The build finished without returning an error so dump a tail of the output
Expand Down

0 comments on commit c8f04fc

Please sign in to comment.