summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-09-15 01:05:34 +0000
committerChris Johns <chrisj@rtems.org>2017-09-15 01:05:34 +0000
commit55e1973c05243c5c92390762a12f36da9c4870af (patch)
tree6d3c972685b0d6303b2c20aca86e55006ef40ac5
parent828bb2042915d50e48bc0cd724fc701df742c1c5 (diff)
Make sure there is a valid tar and tags file to upload.
-rwxr-xr-xdocs/builder/rtems-docs-upload2
1 files changed, 1 insertions, 1 deletions
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