Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit ff5a7c9

Browse files
authored
fix(ci): identation issues
1 parent fe0f451 commit ff5a7c9

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.circleci/config.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ workflows:
128128
test-and-deploy-image-for-commit:
129129
jobs:
130130
- test:
131-
context: quay-push-credentials
132-
filters:
133-
branches:
134-
ignore: /master/
131+
context: quay-push-credentials
132+
filters:
133+
branches:
134+
ignore: /master/
135135
- build-image:
136-
filters:
137-
branches:
138-
ignore: /master/
136+
filters:
137+
branches:
138+
ignore: /master/
139139
- deploy-image:
140140
context: media
141141
requires:
@@ -146,25 +146,25 @@ workflows:
146146
test-and-deploy-image-for-tag:
147147
jobs:
148148
- test:
149-
context: quay-push-credentials
150-
filters:
151-
tags:
152-
only: /.+/
153-
branches:
154-
ignore: /.*/
149+
context: quay-push-credentials
150+
filters:
151+
tags:
152+
only: /.+/
153+
branches:
154+
ignore: /.*/
155155
- build-image:
156-
filters:
157-
tags:
158-
only: /.+/
159-
branches:
160-
ignore: /.*/
156+
filters:
157+
tags:
158+
only: /.+/
159+
branches:
160+
ignore: /.*/
161161
- deploy-image:
162-
context: media
163-
requires:
164-
- test
165-
- build-image
166-
filters:
167-
tags:
168-
only: /.+/
169-
branches:
170-
ignore: /.*/
162+
context: media
163+
requires:
164+
- test
165+
- build-image
166+
filters:
167+
tags:
168+
only: /.+/
169+
branches:
170+
ignore: /.*/

0 commit comments

Comments
 (0)