Use sh instead of bash for ci script

This commit is contained in:
Eliot Berriot 2019-01-10 15:13:12 +01:00
parent e0c24bea51
commit 15e4815564
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -eu
#!/bin/sh -eu
# given a commit hash, will append this to the version number stored
# in api/funkwhale_api/__init__.py