X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=shell%2Flogs-deploy.sh;h=7522e81b7a8347762a0b50d8d8f4f76d7d72b8dc;hb=refs%2Fchanges%2F06%2F66206%2F2;hp=647f9c59f6f33d4e7863004afa23bb36e666147f;hpb=413bdb2e77dcc2055e05476930f13874a2fae244;p=releng%2Fglobal-jjb.git diff --git a/shell/logs-deploy.sh b/shell/logs-deploy.sh index 647f9c59..7522e81b 100644 --- a/shell/logs-deploy.sh +++ b/shell/logs-deploy.sh @@ -18,6 +18,12 @@ lf-activate-venv lftools # Disable 'globbing' set -euf -o pipefail +# The 'lftool deploy archives' command below expects the archives +# directory to exist. Normally lf-infra-sysstat or similar would +# create it and add content, but to make sure this script is +# self-contained, we ensure it exists here. +mkdir -p "$WORKSPACE/archives" + function get_pattern_opts() { opts=()