mirror of
https://github.com/alibaba/higress.git
synced 2026-06-07 03:37:28 +08:00
Go WAF Plugin (#400)
This commit is contained in:
@@ -24,6 +24,10 @@ if [ ! -n "$INNER_PLUGIN_NAME" ]; then
|
||||
echo "build all wasmplugins under folder of $EXTENSIONS_DIR"
|
||||
for file in `ls $EXTENSIONS_DIR`
|
||||
do
|
||||
# TODO: adjust waf build
|
||||
if [ $file == "waf" ]; then
|
||||
continue
|
||||
fi
|
||||
if [ -d $EXTENSIONS_DIR$file ]; then
|
||||
name=${file##*/}
|
||||
echo "build wasmplugin name of $name"
|
||||
|
||||
Reference in New Issue
Block a user