fix usegoma = false

This commit is contained in:
uazo 2021-10-10 20:53:22 +02:00 committed by GitHub
parent 5c144ee742
commit 2b4e41ca3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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