Skip to content

Commit

Permalink
toolchains/regen: Minor fix (#233)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Aug 27, 2023
1 parent dd78eca commit 0c160a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

set -o pipefail

export RBE_AUTOCONF_ROOT=$(bazel info workspace)
BAZEL_VERSION="$(cat .bazelversion)"
CONTAINER_TAG=$(git log -1 --pretty=format:"%H" "${RBE_AUTOCONF_ROOT}/build_container")
COMMIT_HASH="$(git rev-parse HEAD)"
LAST_COMMIT_MESSAGE="$(git log --format=%B -n 1)"
COMMITTER_NAME="update-envoy[bot]"
COMMITTER_EMAIL="135279899+update-envoy[bot]@users.noreply.github.com"
DOCKER_IMAGE="gcr.io/envoy-ci/${GCR_IMAGE_NAME}:${CONTAINER_TAG}"
export RBE_AUTOCONF_ROOT=$(bazel info workspace)
RBE_CONFIG_GEN_DIR="${RBE_AUTOCONF_ROOT}/external/bazel_toolchains/cmd/rbe_configs_gen"
BAZELRC_DEST="${RBE_AUTOCONF_ROOT}/toolchains/configs/${OS_FAMILY}/.latest.bazelrc"
COMMIT_MSG="Regenerate ${OS_FAMILY} toolchains from ${COMMIT_HASH}
Expand Down

0 comments on commit 0c160a4

Please sign in to comment.