mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Address comments.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
SOLORIGATE_ROOT="$(dirname $0)"
|
||||
SOLORIGATE_ROOT="$(readlink -f "$(dirname $0)")"
|
||||
WORKSPACE_ROOT="$SOLORIGATE_ROOT/../../../.."
|
||||
GRPS="solorigate,-test"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
AUTOMODEL_ROOT="$(dirname $0)"
|
||||
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
|
||||
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../../.."
|
||||
GRPS="automodel,-test"
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
Telemetry/AutomodelApplicationModeExtractCandidates.ql
|
||||
AutomodelApplicationModeExtractCandidates.ql
|
||||
|
||||
@@ -1 +1 @@
|
||||
Telemetry/AutomodelApplicationModeExtractNegativeExamples.ql
|
||||
AutomodelApplicationModeExtractNegativeExamples.ql
|
||||
|
||||
@@ -1 +1 @@
|
||||
Telemetry/AutomodelApplicationModeExtractPositiveExamples.ql
|
||||
AutomodelApplicationModeExtractPositiveExamples.ql
|
||||
|
||||
@@ -1 +1 @@
|
||||
Telemetry/AutomodelFrameworkModeExtractCandidates.ql
|
||||
AutomodelFrameworkModeExtractCandidates.ql
|
||||
|
||||
@@ -1 +1 @@
|
||||
Telemetry/AutomodelFrameworkModeExtractNegativeExamples.ql
|
||||
AutomodelFrameworkModeExtractNegativeExamples.ql
|
||||
|
||||
@@ -1 +1 @@
|
||||
Telemetry/AutomodelFrameworkModeExtractPositiveExamples.ql
|
||||
AutomodelFrameworkModeExtractPositiveExamples.ql
|
||||
|
||||
Reference in New Issue
Block a user