File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ jobs:
106
106
if : env.exists != 'true'
107
107
working-directory : secondary-umbrella
108
108
run : |
109
- if [ -n "${{ secrets.REMOTE_CACHE_BUCKET_NAME }}" ]; then
109
+ if [ -n "${{ secrets.REMOTE_CACHE_BUCKET_NAME_MIXED }}" ]; then
110
110
cat << EOF >> user.bazelrc
111
- build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME }}
111
+ build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME_MIXED }}
112
112
build --google_default_credentials
113
113
114
114
build --remote_download_toplevel
Original file line number Diff line number Diff line change 84
84
if : env.exists != 'true'
85
85
working-directory : secondary-umbrella
86
86
run : |
87
- if [ -n "${{ secrets.REMOTE_CACHE_BUCKET_NAME }}" ]; then
87
+ if [ -n "${{ secrets.REMOTE_CACHE_BUCKET_NAME_MIXED }}" ]; then
88
88
cat << EOF >> user.bazelrc
89
- build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME }}
89
+ build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME_MIXED }}
90
90
build --google_default_credentials
91
91
92
92
build --remote_download_toplevel
Original file line number Diff line number Diff line change 15
15
default : 1
16
16
type : number
17
17
secrets :
18
- REMOTE_CACHE_BUCKET_NAME :
18
+ REMOTE_CACHE_BUCKET_NAME_MIXED :
19
19
required : true
20
20
REMOTE_CACHE_CREDENTIALS_JSON :
21
21
required : true
56
56
credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
57
57
- name : CONFIGURE BAZEL
58
58
run : |
59
- if [ -n "${{ secrets.REMOTE_CACHE_BUCKET_NAME }}" ]; then
59
+ if [ -n "${{ secrets.REMOTE_CACHE_BUCKET_NAME_MIXED }}" ]; then
60
60
cat << EOF >> user.bazelrc
61
- build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME }}
61
+ build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME_MIXED }}
62
62
build --google_default_credentials
63
63
64
64
build --experimental_guard_against_concurrent_changes
You can’t perform that action at this time.
0 commit comments