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