From 546732b81af96ce1f6851bd2219e47ac410c421e Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 09:11:13 +0100 Subject: [PATCH] Make build script executable --- Infrastructure/.drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index c80a459..9c772bf 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -8,4 +8,5 @@ steps: - name: build image: mcr.microsoft.com/dotnet/core/sdk:2.2 commands: + - chmod +x ./build.sh - ./build.sh \ No newline at end of file