diff --git a/README.md b/README.md index 15297f1..ee59e1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # LabVIEW Container Beta Welcome to the beta release of our containerized LabVIEW environment! This README provides instructions for getting started, running the container, and reporting feedback. diff --git a/runlabview.sh b/runlabview.sh index 1144094..fce9771 100644 --- a/runlabview.sh +++ b/runlabview.sh @@ -4,6 +4,8 @@ LABVIEW_PATH='/usr/local/natinst/LabVIEW-2025-64/labviewprofull' REPORT_PATH='/usr/local/natinst/ContainerExamples/Results.txt' MASSCOMPILE_DIR='/workspace/Test-VIs' +# Demo Change to trigger pipeline + # Verify that the configuration file exists. if [ ! -f "$CONFIG_FILE" ]; then echo "Error: Configuration file not found at $CONFIG_FILE, exiting...!"