Skip to content

Commit

Permalink
deploy script fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Nov 14, 2013
1 parent 0d98af5 commit 6a9e114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST-true}
#!/bin/bash
TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST-false}
if [[ "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
mvn -q -e -s ~/.m2/settings_deploy.xml -Dskip.coveralls=true -Dskip.tests=true deploy
# TODO: uncomment when site will be ready
Expand Down

0 comments on commit 6a9e114

Please sign in to comment.