Skip to content

Commit

Permalink
change kind-cluster script to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake committed Feb 9, 2022
1 parent d2d067e commit 1c518ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: unit-tests-artefacts
path: artefacts
retention-days: 1

acceptance-tests:
runs-on: ubuntu-latest
needs: [build, coverage]
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/test/scripts/kind-cluster.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Adapted from:
# https://github.com/kubernetes-sigs/kind/commits/master/site/static/examples/kind-with-registry.sh
Expand Down

0 comments on commit 1c518ac

Please sign in to comment.