build: alpine build needed sh not bash (#1540)

This commit is contained in:
Geoff Bourne
2022-05-30 12:10:14 -05:00
committed by GitHub
parent 8d0bdb60f0
commit 19ee3f58f8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e