mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +00:00
Fix issue #265
The downstream installation script needs to be run via bash to support early failure modes using pipefail. Thanks to @koffeinfrei for reporting this and testing a fix. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
e668beef13
commit
b43d2562a9
@ -10,7 +10,7 @@ packages:
|
|||||||
- git
|
- git
|
||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
- curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | sh -s -
|
- curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | bash -s -
|
||||||
- systemctl status -l containerd --no-pager
|
- systemctl status -l containerd --no-pager
|
||||||
- journalctl -u faasd-provider --no-pager
|
- journalctl -u faasd-provider --no-pager
|
||||||
- systemctl status -l faasd-provider --no-pager
|
- systemctl status -l faasd-provider --no-pager
|
||||||
|
@ -6,4 +6,4 @@ echo ${gw_password} > /var/lib/faasd/secrets/basic-auth-password
|
|||||||
export FAASD_DOMAIN=${faasd_domain_name}
|
export FAASD_DOMAIN=${faasd_domain_name}
|
||||||
export LETSENCRYPT_EMAIL=${letsencrypt_email}
|
export LETSENCRYPT_EMAIL=${letsencrypt_email}
|
||||||
|
|
||||||
curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | sh -s -
|
curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | bash -s -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user