Skip to content

Commit 545b5e7

Browse files
committed
better comment
1 parent fb44b9c commit 545b5e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/automodel/publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@ else
7575
fi
7676
fi
7777

78+
# Get the absolute path of the automodel repo
7879
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
80+
# Get the absolute path of the workspace root
7981
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
82+
# Specify the groups of queries to test and publish
8083
GRPS="automodel,-test"
8184

8285
pushd "$AUTOMODEL_ROOT"

0 commit comments

Comments
 (0)