From 536435727ac35ba41a5d334f5f104e69028348a2 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Wed, 13 Feb 2019 21:17:42 +0100 Subject: [PATCH] Deployscript is bash --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index d3fa4fb..468e624 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -eo pipefail if [ git status --porcelain=2 -uno | grep '' ]; then