Skip to content
Snippets Groups Projects
Commit 05c7b3f9 authored by Radoslav Dimitrov's avatar Radoslav Dimitrov Committed by Alex Ellis
Browse files

Add openfaas-operator to the ARMHF build script

parent 63e948fc
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
declare -a repos=("openfaas-incubator/faas-idler" "openfaas/faas" "openfaas/faas-swarm" "openfaas/nats-queue-worker" "openfaas/faas-netes" "openfaas/faas-cli") declare -a repos=("openfaas-incubator/openfaas-operator" "openfaas-incubator/faas-idler" "openfaas/faas" "openfaas/faas-swarm" "openfaas/nats-queue-worker" "openfaas/faas-netes" "openfaas/faas-cli")
HERE=`pwd` HERE=`pwd`
#if [ ! -z "$CACHED" ]; then #if [ ! -z "$CACHED" ]; then
...@@ -18,6 +17,8 @@ get_repo_name() { ...@@ -18,6 +17,8 @@ get_repo_name() {
echo "openfaas/gateway" echo "openfaas/gateway"
elif [ "openfaas/nats-queue-worker" = $1 ]; then elif [ "openfaas/nats-queue-worker" = $1 ]; then
echo "openfaas/queue-worker" echo "openfaas/queue-worker"
elif [ "openfaas-incubator/openfaas-operator" = $1 ]; then
echo "openfaas/openfaas-operator"
else else
echo $1 echo $1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment