mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Build the easy way
This commit is contained in:
@ -1,16 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
export current=$(pwd)
|
||||
|
||||
for dir in `ls`;
|
||||
do
|
||||
test -d "$dir" || continue
|
||||
cd $dir
|
||||
echo $dir
|
||||
|
||||
if [ -e ./build.sh ]
|
||||
then
|
||||
./build.sh
|
||||
fi
|
||||
cd ..
|
||||
done
|
||||
faas-cli build -f samples.yml --parallel 4
|
||||
|
Reference in New Issue
Block a user