Skip to content

Commit

Permalink
Merge pull request #191 from nikpivkin/lib-bundle
Browse files Browse the repository at this point in the history
bundle: add test and cloud libs to bundle
  • Loading branch information
simar7 authored Jul 17, 2024
2 parents 464e604 + 2ac5848 commit 251431e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for dir in kubernetes cloud docker; do
done


for dir in kubernetes docker; do
for dir in kubernetes docker cloud test; do
mkdir -p bundle/policies/$dir/lib
rsync -avr --exclude="*_test.rego" --exclude="*.go" lib/$dir/* bundle/policies/$dir/lib
done
Expand Down

0 comments on commit 251431e

Please sign in to comment.