Skip to content

Commit

Permalink
ci/
Browse files Browse the repository at this point in the history
  • Loading branch information
update-envoy[bot] committed Jun 4, 2023
1 parent 71ffb35 commit 2d88e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/sync_envoy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ commit_changes () {
changes="$(git -C "${ENVOY_SRC_DIR}" rev-list "${last_envoy_sha}"..HEAD)"
echo "Changes detected: "
echo "$changes"
latest_commit="$(git -C "${ENVOY_SRC_DIR}" rev-list "${last_envoy_sha}"..HEAD | head -n1)"
latest_commit="$(git -C "${ENVOY_SRC_DIR}" rev-list HEAD -n1)"
echo "Latest commit: ${latest_commit}"
echo "$latest_commit" > envoy/COMMIT
git config user.email "$COMMITTER_EMAIL"
Expand Down

0 comments on commit 2d88e83

Please sign in to comment.