1
0
Fork 0
firefox/taskcluster/scripts/misc/run-fetch-talos-pdfs.sh
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

10 lines
243 B
Bash
Executable file

#! /bin/bash -vex
set -x -e -v
export OUTPUT_DIR=/builds/worker/talos-pdfs
cd $GECKO_PATH
./mach python taskcluster/scripts/misc/fetch-talos-pdfs.py
mkdir -p $UPLOAD_DIR
tar -cavf $UPLOAD_DIR/talos-pdfs.tar.zst -C $OUTPUT_DIR/.. talos-pdfs