Skip to content

Commit

Permalink
Merge branch 'issue122' into release-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 14, 2010
2 parents f872a12 + 9b089ef commit 19a32a6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions build.sh
Expand Up @@ -182,22 +182,22 @@ if [ 0 != $? ]
then
echo "failed to install jetty plugin"
exit 2
fi
fi

# # run clean and test
# $GRAILS_HOME/bin/grails -Dgrails.project.work.dir=$GWORKDIR clean
# if [ 0 != $? ]
# then
# echo "Run Deck clean failed"
# exit 2
# fi

# $GRAILS_HOME/bin/grails -Dgrails.project.work.dir=$GWORKDIR test-app
# if [ 0 != $? ]
# then
# echo "Run Deck tests failed"
# exit 2
# fi
$GRAILS_HOME/bin/grails -Dgrails.project.work.dir=$GWORKDIR clean
if [ 0 != $? ]
then
echo "Run Deck clean failed"
exit 2
fi

$GRAILS_HOME/bin/grails -Dgrails.project.work.dir=$GWORKDIR test-app
if [ 0 != $? ]
then
echo "Run Deck tests failed"
exit 2
fi

#run war phase
yes | $GRAILS_HOME/bin/grails -Dgrails.project.work.dir=$GWORKDIR prod build-launcher
Expand Down

0 comments on commit 19a32a6

Please sign in to comment.