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

Commit ec77831

Browse files
authored
Merge pull request #18 from pomerium/cdoxsey/fix-build
remove show_task_finish flag
2 parents 4ff738f + 235bcfe commit ec77831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
release:
55
types:
66
- published
7+
pull_request:
78

89
jobs:
910
osx:
@@ -32,7 +33,6 @@ jobs:
3233
run: |
3334
bazelisk build \
3435
--curses=no \
35-
--show_task_finish \
3636
--verbose_failures \
3737
--action_env=PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:$PATH \
3838
-c "opt" //source/exe:envoy-static --config=sizeopt

0 commit comments

Comments
 (0)