Create the archives directory in deploy-logs 06/66206/2
authorJames E. Blair <jeblair@redhat.com>
Wed, 2 Dec 2020 22:24:39 +0000 (14:24 -0800)
committerJames E. Blair <corvus@inaugust.com>
Wed, 9 Dec 2020 23:48:33 +0000 (15:48 -0800)
The 'lftools deploy archives' command expects $WORKSPACE/archives
to already exist.  Normally it would be created by lf-infra-sysstat,
but to support the use of the deploy-logs macro in jobs which do not
run sysstat (and generally to make this macro entirely self-contained),
ensure the archives directory exists at the start of the script.

Signed-off-by: James E. Blair <jeblair@redhat.com>
Change-Id: Id90c77c3f2a6a9590b9b17f9223279d21066a3cf

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=()