bitsail
bitsail copied to clipboard
run mvn clean install, and then build failed

@matthewxuda can you show the detail of the failed testcase?

@matthewxuda your local environment doesn't install docker.
you can try the command like mvn clean package -pl bitsail-dist -am -U -DskipUT=false -DskipITCase=true
build success now how to use it after build success
build success now how to use it after build success
@matthewxuda maybe you can follow the https://github.com/bytedance/bitsail/blob/master/docs/deployment.md#run-fake_to_print-example
Maybe we need to tell users install and run Docker first when they run IT case @hk-lrzy.
already solved