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