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