From 15e4815564b920960da10ec19e73e6d94b34dbf2 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Thu, 10 Jan 2019 15:13:12 +0100 Subject: [PATCH] Use sh instead of bash for ci script --- scripts/set-api-build-metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/set-api-build-metadata.sh b/scripts/set-api-build-metadata.sh index 62c826caa..08bcf5ea6 100755 --- a/scripts/set-api-build-metadata.sh +++ b/scripts/set-api-build-metadata.sh @@ -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