Skip to content

Commit

Permalink
ci: avoid uploading dwp as separate artifact (#12777)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan authored Aug 22, 2020
1 parent 2417efa commit f21afb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ function cp_binary_for_image_build() {

# Remove binaries to save space, only if BUILD_REASON exists (running in AZP)
[[ -z "${BUILD_REASON}" ]] || \
rm -rf "${BASE_TARGET_DIR}"/build_"$1" "${BASE_TARGET_DIR}"/build_"$1"_stripped "${ENVOY_DELIVERY_DIR}"/envoy \
bazel-bin/"${ENVOY_BIN}"
rm -rf "${BASE_TARGET_DIR}"/build_"$1" "${BASE_TARGET_DIR}"/build_"$1"_stripped "${ENVOY_DELIVERY_DIR}"/envoy{,.dwp} \
bazel-bin/"${ENVOY_BIN}"{,.dwp}
}

function bazel_binary_build() {
Expand Down

0 comments on commit f21afb0

Please sign in to comment.