Skip to content

Commit

Permalink
fix: remove pack create
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Aug 14, 2023
1 parent b72f176 commit b9fd6a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/create-extractor-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cp -r codeql-extractor.yml downgrades tools ql/lib/iac.dbscheme ql/lib/iac.dbsch
mkdir -p extractor-pack/tools/${platform}
cp target/release/codeql-extractor-iac extractor-pack/tools/${platform}/extractor

pushd ql/lib
$CODEQL_BINARY pack create --output=$HOME/.codeql/packages .
popd
# pushd ql/lib
# $CODEQL_BINARY pack installl .
# $CODEQL_BINARY pack create --output=$HOME/.codeql/packages .
# popd

0 comments on commit b9fd6a8

Please sign in to comment.