Skip to content

Commit

Permalink
Merge pull request #18 from pomerium/cdoxsey/fix-build
Browse files Browse the repository at this point in the history
remove show_task_finish flag
  • Loading branch information
calebdoxsey committed Aug 17, 2022
2 parents 4ff738f + 235bcfe commit ec77831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
release:
types:
- published
pull_request:

jobs:
osx:
Expand Down Expand Up @@ -32,7 +33,6 @@ jobs:
run: |
bazelisk build \
--curses=no \
--show_task_finish \
--verbose_failures \
--action_env=PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:$PATH \
-c "opt" //source/exe:envoy-static --config=sizeopt
Expand Down

0 comments on commit ec77831

Please sign in to comment.