mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 01:06:47 +00:00
Add CI script
This commit is contained in:
parent
5a29eefe25
commit
55429562ff
9
contrib/ci.sh
Normal file
9
contrib/ci.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker swarm init --advertise-addr=$(hostname -i)
|
||||||
|
|
||||||
|
./deploy_stack.sh
|
||||||
|
|
||||||
|
git clone https://github.com/openfaas/certify-incubator
|
||||||
|
cd certify-incubator && \
|
||||||
|
make
|
Loading…
x
Reference in New Issue
Block a user