Skip to content

Commit df73613

Browse files
fix circle build workflow
1 parent 06a5665 commit df73613

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
@@ -17,7 +17,7 @@ jobs: # basic units of work in a run
1717
command: bash config/generate-kitchensink.sh .
1818
- run:
1919
name: Generate code for kitchen sink
20-
command: ./kraken -f -v app generate -o kitchen-sink -c config/kitchensink.yaml
20+
command: ./kraken -f -l debug app generate -o kitchen-sink -c config/kitchensink.yaml
2121
- run:
2222
name: Build kitchen-sink
2323
command: go build .

0 commit comments

Comments
 (0)