fix usegoma = false
This commit is contained in:
parent
5c144ee742
commit
2b4e41ca3a
6
.github/workflows/build_bromite.yaml
vendored
6
.github/workflows/build_bromite.yaml
vendored
@ -291,8 +291,10 @@ jobs:
|
||||
http_proxy=
|
||||
https_proxy=
|
||||
|
||||
[[ "$USEGOMA" = "true" ]] &&
|
||||
wget http://127.0.0.1:8088/logz?INFO -O $ARTIFACS_DIR/goma-client.log
|
||||
[[ "$USEGOMA" = "true" ]] && \
|
||||
wget http://127.0.0.1:8088/logz?INFO -O $ARTIFACS_DIR/goma-client.log
|
||||
|| \
|
||||
echo Skipped.
|
||||
|
||||
- name: Generate breakpad symbols
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user