Create the archives directory in deploy-logs
[releng/global-jjb.git] / shell / logs-deploy.sh
index 647f9c5..7522e81 100644 (file)
@@ -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=()