We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b33f4a commit 43dd2c2Copy full SHA for 43dd2c2
ci/do_ci.sh
@@ -131,7 +131,7 @@ elif [[ "$1" == "bazel.coverity" ]]; then
131
/build/cov-analysis/bin/cov-build --dir "${ENVOY_BUILD_DIR}"/cov-int bazel --batch build --action_env=LD_PRELOAD ${BAZEL_BUILD_OPTIONS} \
132
-c opt //source/exe:envoy-static.stamped
133
# tar up the coverity results
134
- tar czvf "${ENVOY_BUILD_DIR}"/envoy-coverity-output.tgz "${ENVOY_BUILD_DIR}"/cov-int
+ tar czvf "${ENVOY_BUILD_DIR}"/envoy-coverity-output.tgz -C "${ENVOY_BUILD_DIR}" cov-int
135
# Copy the Coverity results somewhere that we can access outside of the container.
136
cp -f \
137
"${ENVOY_BUILD_DIR}"/envoy-coverity-output.tgz \
0 commit comments