Skip to content

Commit

Permalink
Make integration test dependency copy run in batch mode (apache#3152)
Browse files Browse the repository at this point in the history
  • Loading branch information
drcrallen authored and gianm committed Jun 17, 2016
1 parent 07288c8 commit 8b21036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/run_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mkdir -p $SHARED_DIR/tasklogs
# install druid jars
rm -rf $SHARED_DIR/docker
cp -R docker $SHARED_DIR/docker
mvn dependency:copy-dependencies -DoutputDirectory=$SHARED_DIR/docker/lib
mvn -B dependency:copy-dependencies -DoutputDirectory=$SHARED_DIR/docker/lib

# Build Druid Cluster Image
docker build -t druid/cluster $SHARED_DIR/docker
Expand Down

0 comments on commit 8b21036

Please sign in to comment.