fix usegoma = false

This commit is contained in:
uazo 2021-10-11 12:47:28 +02:00 committed by GitHub
parent 1276c3c905
commit f14dac257d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,7 +366,7 @@ jobs:
$WORKSPACE/mtool/chromium/mtime.sh --backup
mv .mtool out/bromite/
cp -arp out/bromite $ARTIFACS_DIR/out
echo "::endgroup::"
echo "::endgroup::
- name: Stop goma
shell: bash
@ -375,7 +375,7 @@ jobs:
cd $WORKSPACE/chromium/src
echo "::group::-------- stop goma"
$WORKSPACE/goma/goma_ctl.py ensure_stop
find /tmp/ -maxdepth 1 -name "gomacc*" -print0 | xargs -0 rm
rm -rf /tmp/goma_lg/
[[ "$USEGOMA" = "true" ]] && $WORKSPACE/goma/goma_ctl.py ensure_stop || true
[[ "$USEGOMA" = "true" ]] && find /tmp/ -maxdepth 1 -name "gomacc*" -print0 | xargs -0 rm || true
[[ "$USEGOMA" = "true" ]] && rm -rf /tmp/goma_lg/ || true
echo "::endgroup::"