Use sh instead of bash for ci script
This commit is contained in:
parent
e0c24bea51
commit
15e4815564
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -eu
|
#!/bin/sh -eu
|
||||||
# given a commit hash, will append this to the version number stored
|
# given a commit hash, will append this to the version number stored
|
||||||
# in api/funkwhale_api/__init__.py
|
# in api/funkwhale_api/__init__.py
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue