Skip to content

Commit

Permalink
fail if grpc/ dir already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Aug 2, 2023
1 parent 2b50544 commit 44e5976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bazelify_tests/grpc_repo_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ git submodule --quiet foreach 'git_commit="$(git rev-parse HEAD)"; mkdir -p ${AR
popd >/dev/null

# Extract grpc
mkdir -p grpc
mkdir grpc
tar -xopf "${ARCHIVES_DIR}/grpc/${GRPC_GIT_COMMIT_FROM_STABLE_STATUS}.${ARCHIVE_FORMAT}" -C grpc

# apply the patch
Expand Down

0 comments on commit 44e5976

Please sign in to comment.