Skip to content

Commit

Permalink
Fix docker missing on GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
  • Loading branch information
Waterdrips committed Nov 7, 2020
1 parent b322d28 commit a82465f
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 a82465f

Please sign in to comment.