Skip to content

Commit 4c7c8f8

Browse files
committed
Fix yaml indentation
1 parent 92fb357 commit 4c7c8f8

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.circleci/config.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- checkout
2323
- setup_remote_docker:
24-
version: 17.07.0-ce
24+
version: 17.07.0-ce
2525
- run:
2626
name: Create Secret if PR is not forked
2727
# GCS integration tests are run only for author's PR that have write access, because these tests
@@ -53,12 +53,12 @@ jobs:
5353
environment:
5454
GOBIN: "/home/circleci/.go_workspace/go/bin"
5555
steps:
56-
- checkout
57-
- run: make crossbuild
58-
- persist_to_workspace:
59-
root: .
60-
paths:
61-
- .build
56+
- checkout
57+
- run: make crossbuild
58+
- persist_to_workspace:
59+
root: .
60+
paths:
61+
- .build
6262

6363
publish_master:
6464
<<: *defaults
@@ -106,30 +106,30 @@ workflows:
106106
version: 2
107107
thanos:
108108
jobs:
109-
- test:
110-
filters:
111-
tags:
112-
only: /.*/
113-
- publish_master:
114-
requires:
115-
- test
116-
filters:
117-
branches:
118-
only: master
119-
- cross_build:
120-
requires:
121-
- test
122-
filters:
123-
tags:
124-
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
125-
branches:
126-
ignore: /.*/
127-
- publish_release:
128-
requires:
129-
- test
130-
- cross_build
131-
filters:
132-
tags:
133-
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
134-
branches:
135-
ignore: /.*/
109+
- test:
110+
filters:
111+
tags:
112+
only: /.*/
113+
- publish_master:
114+
requires:
115+
- test
116+
filters:
117+
branches:
118+
only: master
119+
- cross_build:
120+
requires:
121+
- test
122+
filters:
123+
tags:
124+
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
125+
branches:
126+
ignore: /.*/
127+
- publish_release:
128+
requires:
129+
- test
130+
- cross_build
131+
filters:
132+
tags:
133+
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
134+
branches:
135+
ignore: /.*/

0 commit comments

Comments
 (0)