Skip to content

Commit

Permalink
Adjust CI script to new path
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Oct 22, 2015
1 parent fb0ed61 commit 8ddff3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/bees-ci-build.sh
@@ -1,6 +1,6 @@
#!/bin/bash

# This is the bees CI build. Any changes to the build script should be
# This is the bees CI build. Any changes to the build should be
# here instead if in the bees config.

set -e
Expand Down Expand Up @@ -33,7 +33,7 @@ mark "Building"
mvn -B -s ${SETTINGS_FILE} install

mark "Testing messaging against HornetQ 2.3"
mvn -B -s ${SETTINGS_FILE} -f modules/messaging-hornetq/pom.xml -P hornetq-2.3 test
mvn -B -s ${SETTINGS_FILE} -f messaging-hornetq/pom.xml -P hornetq-2.3 test

mark "Deploying"
mvn -B -s ${SETTINGS_FILE} -Pbees deploy

0 comments on commit 8ddff3b

Please sign in to comment.