Skip to content

Commit f9e3f37

Browse files
authored
build: deprecate envoy-java-control-plane-bot (#109)
Similar to the protoc-gen-validate build, use the shared envoy-bot user rather than our envoy-java-control-plane-bot user. Signed-off-by: Joey Bratton <[email protected]>
1 parent 8e19277 commit f9e3f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
shred signing-key
4343
4444
if [[ -n "${RELEASE}" && -n "${NEXT}" ]]; then
45-
git config --global user.email "36644060+envoy-java-control-plane[email protected]"
46-
git config --global user.name "envoy-java-control-plane-bot"
45+
git config --global user.email "[email protected]"
46+
git config --global user.name "envoy-bot"
4747
mvn -B -s .circleci/settings.xml release:prepare -Darguments="-s .circleci/settings.xml" -DreleaseVersion=$RELEASE -DdevelopmentVersion=$NEXT -DscmCommentPrefix="release: "
4848
else
4949
mvn -B -s .circleci/settings.xml deploy

0 commit comments

Comments
 (0)