You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MARKDOWN_INCLUDES_DIRECTORY=${MARKDOWN_INCLUDES_DIRECTORY:-"includes"}# Subdirectory that contains Markdown files to be included by the Markdown template for the report.
19
19
20
20
## Get this "domains/anomaly-detection/summary" directory if not already set
21
21
# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
@@ -26,7 +26,6 @@ ANOMALY_DETECTION_SUMMARY_DIR=${ANOMALY_DETECTION_SUMMARY_DIR:-$(CDPATH=. cd --
26
26
# Get the "scripts" directory by taking the path of this script and going one directory up.
27
27
SCRIPTS_DIR=${SCRIPTS_DIR:-"${ANOMALY_DETECTION_SUMMARY_DIR}/../../../scripts"}# Repository directory containing the shell scripts
0 commit comments