@@ -2,7 +2,7 @@ version: 2
22jobs :
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 :
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'
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 :
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 :
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