Skip to content

Commit 554b3da

Browse files
authored
Fix some CI comments (#1362)
* Improve comments, fix indentation and add new line * Revert indentation * Add newline * Revert changes in auto generated files
1 parent 55996fd commit 554b3da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
environment:
5-
## Split key to avoid github revoking it
5+
## Split key to avoid github from revoking it
66
password0: '99544cdcb19ad4e3fd64'
77
password1: '3ec86b2e5a431be2d72c'
88
docker:
@@ -16,7 +16,7 @@ jobs:
1616
- run: go build ./...
1717
test:
1818
environment:
19-
## Split key to avoid github revoking it
19+
## Split key to avoid github from revoking it
2020
password0: '99544cdcb19ad4e3fd64'
2121
password1: '3ec86b2e5a431be2d72c'
2222
GLOG_logtostderr: '1'
@@ -32,7 +32,7 @@ jobs:
3232
- run: bash <(curl -s https://codecov.io/bash)
3333
node_test:
3434
environment:
35-
## Split key to avoid github revoking it
35+
## Split key to avoid github from revoking it
3636
password0: '99544cdcb19ad4e3fd64'
3737
password1: '3ec86b2e5a431be2d72c'
3838
docker:
@@ -52,7 +52,7 @@ jobs:
5252
./node_modules/.bin/gulp
5353
generate:
5454
environment:
55-
## Split key to avoid github revoking it
55+
## Split key to avoid github from revoking it
5656
password0: '99544cdcb19ad4e3fd64'
5757
password1: '3ec86b2e5a431be2d72c'
5858
docker:
@@ -70,7 +70,7 @@ jobs:
7070
- run: git diff --exit-code
7171
lint:
7272
environment:
73-
## Split key to avoid github revoking it
73+
## Split key to avoid github from revoking it
7474
password0: '99544cdcb19ad4e3fd64'
7575
password1: '3ec86b2e5a431be2d72c'
7676
docker:
@@ -131,7 +131,7 @@ jobs:
131131
- /root/.cache/_grpc_gateway_bazel
132132
gorelease:
133133
environment:
134-
## Split key to avoid github revoking it
134+
## Split key to avoid github from revoking it
135135
password0: '99544cdcb19ad4e3fd64'
136136
password1: '3ec86b2e5a431be2d72c'
137137
docker:
@@ -151,7 +151,7 @@ jobs:
151151
- run: gorelease
152152
release:
153153
environment:
154-
## Split key to avoid github revoking it
154+
## Split key to avoid github from revoking it
155155
password0: '99544cdcb19ad4e3fd64'
156156
password1: '3ec86b2e5a431be2d72c'
157157
docker:

0 commit comments

Comments
 (0)