Commit d5847c00 authored by Gabriele Svelto's avatar Gabriele Svelto
Browse files

Bug 1900696 - Properly check if we've generated some symbol archives r=gerard-majax

parent 8667d22a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@ pushd "${MOZ_FETCHES_DIR}/symbol-scrapers/${DISTRO}"
  cp wget*.log /builds/worker/artifacts/ || true
popd

if [ ! -f "/builds/worker/artifacts/target.crashreporter-symbols.zip" ]; then
zip_files=$(find /builds/worker/artifacts -name "target.crashreporter-symbols.*.zip")

if [ -z "${zip_files}" ]; then
  echo "No symbols zip produced, upload task will fail"
fi