File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
34
34
- add_ssh_keys
35
35
36
- # Deploy if on master branch. If the $RELEASE and $NEXT variables are set then prepare a full maven release.
36
+ # Deploy if on main branch. If the $RELEASE and $NEXT variables are set then prepare a full maven release.
37
37
- deploy :
38
38
command : |
39
- if [ "${CIRCLE_BRANCH}" == "master " ]; then
39
+ if [ "${CIRCLE_BRANCH}" == "main " ]; then
40
40
echo $GPG_KEY | base64 --decode > signing-key
41
41
gpg --passphrase $GPG_PASSPHRASE --import signing-key
42
42
shred signing-key
Original file line number Diff line number Diff line change 1
- * See the main [ Envoy OWNERS.md] ( https://github.com/envoyproxy/envoy/blob/master /OWNERS.md ) for general Envoy project
1
+ * See the main [ Envoy OWNERS.md] ( https://github.com/envoyproxy/envoy/blob/main /OWNERS.md ) for general Envoy project
2
2
ownership.
3
3
* See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for general contribution guidelines.
4
4
Original file line number Diff line number Diff line change 1
1
# java-control-plane
2
2
3
- [ ![ CircleCI] ( https://circleci.com/gh/envoyproxy/java-control-plane.svg?style=svg )] ( https://circleci.com/gh/envoyproxy/java-control-plane ) [ ![ codecov] ( https://codecov.io/gh/envoyproxy/java-control-plane/branch/master /graph/badge.svg )] ( https://codecov.io/gh/envoyproxy/java-control-plane ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.envoyproxy.controlplane/java-control-plane/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.envoyproxy.controlplane/java-control-plane )
3
+ [ ![ CircleCI] ( https://circleci.com/gh/envoyproxy/java-control-plane.svg?style=svg )] ( https://circleci.com/gh/envoyproxy/java-control-plane ) [ ![ codecov] ( https://codecov.io/gh/envoyproxy/java-control-plane/branch/main /graph/badge.svg )] ( https://codecov.io/gh/envoyproxy/java-control-plane ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.envoyproxy.controlplane/java-control-plane/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.envoyproxy.controlplane/java-control-plane )
4
4
5
5
This repository contains a Java-based implementation of an API server that implements the discovery service APIs defined
6
6
in [ data-plane-api] ( https://github.com/envoyproxy/data-plane-api ) . It started life as a port of
You can’t perform that action at this time.
0 commit comments