fix bash syntax (SkipLint)

This commit is contained in:
OCram85 2020-10-02 15:12:54 +02:00
parent 398445c73d
commit 611468f6d0
1 changed files with 2 additions and 1 deletions

View File

@ -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'