better comment

This commit is contained in:
Ian Wright
2024-01-03 15:36:01 +00:00
parent fb44b9c7dd
commit 545b5e7e83

View File

@@ -75,8 +75,11 @@ else
fi
fi
# Get the absolute path of the automodel repo
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
# Get the absolute path of the workspace root
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
# Specify the groups of queries to test and publish
GRPS="automodel,-test"
pushd "$AUTOMODEL_ROOT"