drone window syntax is so dumb
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Dan Ballard 2021-05-12 16:35:21 -07:00
parent efcc1a64ab
commit 1328eacb1b
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ steps:
- mkdir $Env:builddir
- powershell -command "Expand-Archive -Path tor.zip -DestinationPath $Env:builddir\Tor"
- powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip"
- powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > $Env:sha
- powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > sha
- move sha $Env:sha
- mkdir deploy\$Env:builddir
- move $Env:zip deploy\$Env:builddir
- move $Env:sha deploy\$Env:builddir