We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a72f92 commit df7e6f1Copy full SHA for df7e6f1
sdk/storage/azure-storage-blob-stress-v2/Dockerfile
@@ -21,7 +21,6 @@ RUN --mount=type=cache,target=/root/.m2 \
21
mvn -f /stress/sdk/parents/azure-perf-test-parent/pom.xml clean install ${SKIP_CHECKS} && \
22
mvn -f /stress/common/perf-test-core/pom.xml clean install ${SKIP_CHECKS} && \
23
mvn -f /stress/sdk/tools/pom.xml clean install ${SKIP_CHECKS} && \
24
- mvn -f /stress/sdk/clientcore/core/pom.xml clean install ${SKIP_CHECKS} && \
25
mvn -f /stress/sdk/clientcore/http-okhttp3/pom.xml clean install ${SKIP_CHECKS} && \
26
mvn -f /stress/sdk/core/azure-core-v2/pom.xml clean install ${SKIP_CHECKS} && \
27
mvn -f /stress/sdk/storage/azure-storage-blob/pom.xml clean install ${SKIP_CHECKS} && \
0 commit comments