Skip to content

Commit b9fd6a8

Browse files
committed
fix: remove pack create
1 parent b72f176 commit b9fd6a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/create-extractor-pack.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ cp -r codeql-extractor.yml downgrades tools ql/lib/iac.dbscheme ql/lib/iac.dbsch
3232
mkdir -p extractor-pack/tools/${platform}
3333
cp target/release/codeql-extractor-iac extractor-pack/tools/${platform}/extractor
3434

35-
pushd ql/lib
36-
$CODEQL_BINARY pack create --output=$HOME/.codeql/packages .
37-
popd
35+
# pushd ql/lib
36+
# $CODEQL_BINARY pack installl .
37+
# $CODEQL_BINARY pack create --output=$HOME/.codeql/packages .
38+
# popd

0 commit comments

Comments
 (0)