Skip to content

Commit 2672b05

Browse files
committed
chore: fix remote_download_minimal flag for delivery
1 parent 06cb8b6 commit 2672b05

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.aspect/workflows/bazelrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
common --announce_rc
2+
13
# build without the bytes
2-
test --remote_download_minimal
3-
test --nobuild_runfile_links
4+
common --remote_download_outputs=minimal
5+
common --nobuild_runfile_links

.aspect/workflows/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ tasks:
1010
- test:
1111
- delivery:
1212
always_deliver: true
13+
branches:
14+
- main
15+
- test_delivery
16+

0 commit comments

Comments
 (0)