From 30393af425914ee2a356ea46c909f7c752be2455 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 10:02:37 +0100 Subject: [PATCH] Rectify silly mistake --- Infrastructure/.drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index e495c43..3dc64d0 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -12,13 +12,12 @@ host: steps: - name: build and publish image: mcr.microsoft.com/dotnet/core/sdk:2.2 + volumes: + - name: output + path: /output commands: - curl -sL https://deb.nodesource.com/setup_12.x | bash - - apt-get install -y nodejs - chmod +x ./build.sh - ./build.sh - volumes: - - name: output - path: /output - commands: - cp -r ./output/* /output \ No newline at end of file