mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
better comment
This commit is contained in:
@@ -75,8 +75,11 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Get the absolute path of the automodel repo
|
||||||
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
|
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
|
||||||
|
# Get the absolute path of the workspace root
|
||||||
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
|
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
|
||||||
|
# Specify the groups of queries to test and publish
|
||||||
GRPS="automodel,-test"
|
GRPS="automodel,-test"
|
||||||
|
|
||||||
pushd "$AUTOMODEL_ROOT"
|
pushd "$AUTOMODEL_ROOT"
|
||||||
|
|||||||
Reference in New Issue
Block a user