From e89c4bdb0e92e148c2283e7186cd8c1fa81812e7 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 24 Jun 2021 01:21:27 -0700 Subject: [PATCH] drone windows cmd/ps syntax is corrosive to brains --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ae1fd41..86b877e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -262,7 +262,7 @@ steps: - move $Env:releasedir $Env:builddir - powershell -command "Compress-Archive -Path ${Env:builddir} -DestinationPath ${Env:zip}" #- powershell -command "move $Env:zip deploy\$Env:builddir\$Env:zip" - - powershell -command "(Get-FileHash ${Env:zip} -Algorithm sha512).Hash" > ${Env:zipsha} + #- powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > ${Env:zipsha} - name: deploy-windows image: openpriv/flutter-desktop:windows-sdk30-fdev2.3rc