From 55e1973c05243c5c92390762a12f36da9c4870af Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 15 Sep 2017 01:05:34 +0000 Subject: Make sure there is a valid tar and tags file to upload. --- docs/builder/rtems-docs-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/builder/rtems-docs-upload b/docs/builder/rtems-docs-upload index a1b0809..1be7778 100755 --- a/docs/builder/rtems-docs-upload +++ b/docs/builder/rtems-docs-upload @@ -37,7 +37,7 @@ fi cd latest ../rtems-docs-build-branches - if [ -f rtems-docs-latest.tar.xz ]; then + if [ -f rtems-docs-latest.tar.xz ] && [ -f rtems-docs-latest-tags ]; then if [ ! -d ${handover} ]; then ${mkdir} -p ${handover} fi -- cgit v1.2.3