Skip to content

Commit

Permalink
fix circle build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowellwofford committed May 17, 2021
1 parent 06a5665 commit df73613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs: # basic units of work in a run
command: bash config/generate-kitchensink.sh .
- run:
name: Generate code for kitchen sink
command: ./kraken -f -v app generate -o kitchen-sink -c config/kitchensink.yaml
command: ./kraken -f -l debug app generate -o kitchen-sink -c config/kitchensink.yaml
- run:
name: Build kitchen-sink
command: go build .
Expand Down

0 comments on commit df73613

Please sign in to comment.