Skip to content

Commit

Permalink
Fix actions by using bash
Browse files Browse the repository at this point in the history
useing bask in the makefile to fix actions not working

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
  • Loading branch information
Waterdrips authored and alexellis committed Nov 9, 2020
1 parent b322d28 commit 2e630fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

all:
sh verify.sh
bash verify.sh
2 changes: 1 addition & 1 deletion verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

CLI="faas-cli"

build_template()
build_template()
{
template=$1

Expand Down

0 comments on commit 2e630fd

Please sign in to comment.