Fix OS_CLOUD export for image validation
[releng/global-jjb.git] / shell / tox-run.sh
index 8be8459..e87c98f 100644 (file)
@@ -51,4 +51,12 @@ done
 
 echo "Completed tox runs."
 
+
+# If docs are generated push them to archives.
+DOC_DIR="${DOC_DIR:-docs/_build/html}"
+if [[ -d "$DOC_DIR" ]]; then
+    echo "---> Archiving generated docs"
+    mv "$DOC_DIR" archives/
+fi
+
 test "$tox_status" -eq 0 || exit "$tox_status"