Skip to content

Commit

Permalink
Fix some CI comments (#1362)
Browse files Browse the repository at this point in the history
* Improve comments, fix indentation and add new line

* Revert indentation

* Add newline

* Revert changes in auto generated files
  • Loading branch information
amanjain97 authored May 18, 2020
1 parent 55996fd commit 554b3da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
environment:
## Split key to avoid github revoking it
## Split key to avoid github from revoking it
password0: '99544cdcb19ad4e3fd64'
password1: '3ec86b2e5a431be2d72c'
docker:
Expand All @@ -16,7 +16,7 @@ jobs:
- run: go build ./...
test:
environment:
## Split key to avoid github revoking it
## Split key to avoid github from revoking it
password0: '99544cdcb19ad4e3fd64'
password1: '3ec86b2e5a431be2d72c'
GLOG_logtostderr: '1'
Expand All @@ -32,7 +32,7 @@ jobs:
- run: bash <(curl -s https://codecov.io/bash)
node_test:
environment:
## Split key to avoid github revoking it
## Split key to avoid github from revoking it
password0: '99544cdcb19ad4e3fd64'
password1: '3ec86b2e5a431be2d72c'
docker:
Expand All @@ -52,7 +52,7 @@ jobs:
./node_modules/.bin/gulp
generate:
environment:
## Split key to avoid github revoking it
## Split key to avoid github from revoking it
password0: '99544cdcb19ad4e3fd64'
password1: '3ec86b2e5a431be2d72c'
docker:
Expand All @@ -70,7 +70,7 @@ jobs:
- run: git diff --exit-code
lint:
environment:
## Split key to avoid github revoking it
## Split key to avoid github from revoking it
password0: '99544cdcb19ad4e3fd64'
password1: '3ec86b2e5a431be2d72c'
docker:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- /root/.cache/_grpc_gateway_bazel
gorelease:
environment:
## Split key to avoid github revoking it
## Split key to avoid github from revoking it
password0: '99544cdcb19ad4e3fd64'
password1: '3ec86b2e5a431be2d72c'
docker:
Expand All @@ -151,7 +151,7 @@ jobs:
- run: gorelease
release:
environment:
## Split key to avoid github revoking it
## Split key to avoid github from revoking it
password0: '99544cdcb19ad4e3fd64'
password1: '3ec86b2e5a431be2d72c'
docker:
Expand Down

0 comments on commit 554b3da

Please sign in to comment.