From a3cb5a9eff94367fbb687fcc2520d4e657af3122 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 13 Jul 2022 15:11:46 +0200 Subject: [PATCH] install missing file command --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0a0d422..fe09e7f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,10 @@ steps: environment: EXCLUDE: "(.exe|.dll|.ico|.gitkeep)" commands: + - | + apt-get update + apt-get install -y file + - | pwsh -NonInteractive -c "& { Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop'; @@ -39,6 +43,10 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0-focal failure: ignore commands: + - | + apt-get update + apt-get install -y file + - | pwsh -NonInteractive -c "& { Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop';