Skip to content
This repository was archived by the owner on Jun 5, 2021. It is now read-only.

Commit c94bba9

Browse files
authored
Remove -showlog flag in buildifier command (no longer exists)
1 parent e4bfb37 commit c94bba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- run:
8282
name: Buildifier check
8383
command: |
84-
buildifier -showlog -mode=check $(find . -type f \( -iname BUILD -or -iname BUILD.bazel -or -iname "*.bzl" \))
84+
buildifier -mode=check $(find . -type f \( -iname BUILD -or -iname BUILD.bazel -or -iname "*.bzl" \))
8585
prettier-check:
8686
<<: *job_configuration
8787
steps:

0 commit comments

Comments
 (0)