Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 5, 2022
1 parent 05536b7 commit 83b6813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion hack/hashgen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

for f in bin/arkade*; do shasum -a 256 $f > $f.sha256; done
for f in bin/run-job*; do shasum -a 256 $f > $f.sha256; done
25 changes: 0 additions & 25 deletions hack/test-tool.sh

This file was deleted.

0 comments on commit 83b6813

Please sign in to comment.