Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
starcke committed Aug 7, 2023
1 parent 3ef82c1 commit 0d78eeb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion csharp/ql/campaigns/Solorigate/publish.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion java/ql/automodel/publish.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Telemetry/AutomodelApplicationModeExtractCandidates.ql
AutomodelApplicationModeExtractCandidates.ql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Telemetry/AutomodelApplicationModeExtractNegativeExamples.ql
AutomodelApplicationModeExtractNegativeExamples.ql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Telemetry/AutomodelApplicationModeExtractPositiveExamples.ql
AutomodelApplicationModeExtractPositiveExamples.ql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Telemetry/AutomodelFrameworkModeExtractCandidates.ql
AutomodelFrameworkModeExtractCandidates.ql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Telemetry/AutomodelFrameworkModeExtractNegativeExamples.ql
AutomodelFrameworkModeExtractNegativeExamples.ql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Telemetry/AutomodelFrameworkModeExtractPositiveExamples.ql
AutomodelFrameworkModeExtractPositiveExamples.ql

0 comments on commit 0d78eeb

Please sign in to comment.