Skip to content

Commit

Permalink
Clean up mvn install command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov authored Jun 1, 2017
1 parent 8cf9567 commit 2afae90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cico_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ function run_tests() {

# echo 'CICO: Run mv clean install -pl :keycloak-server-dist -am -Pdistribution'
# mvn clean install -pl :keycloak-server-dist -am -Pdistribution
echo 'CICO: Run mv clean install -am -Pdistribution'
mvn clean install -am -Pdistribution
echo 'CICO: Run mv clean install -Pdistribution'
mvn clean install -Pdistribution

echo 'CICO: keycloak-server tests completed successfully!'
}
Expand Down

0 comments on commit 2afae90

Please sign in to comment.