From 611468f6d0d0af0afe543b99b490093a02aa5d80 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 2 Oct 2020 15:12:54 +0200 Subject: [PATCH] fix bash syntax (SkipLint) --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 88d3859..8253a94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,4 +23,5 @@ steps: commands: - pwsh -NonInteractive -c "& {Import-Module './tools/DroneIO.psm1'; Invoke-InstallDependencies}" - pwsh -NonInteractive -c "& {Import-Module './tools/DroneIO.psm1'; Invoke-UnitTests}" - - bash <(curl -s https://codecov.io/bash) + - bash curl -s https://codecov.io/bash -o codecov.sh + - bash codecov.sh -f 'coverage.xml'