Skip to content

Commit

Permalink
CI: Move comment out of script
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Jul 11, 2022
1 parent 8492a86 commit 1ddd80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ task:
- Invoke-WebRequest https://releases.wezm.net/upload-to-s3/0.1.10/upload-to-s3-0.1.10-x86_64-pc-windows-msvc.zip -OutFile upload-to-s3.zip
- Expand-Archive upload-to-s3.zip -DestinationPath .
- git fetch --tags
# PowerShell it truly horrific and lacks a way to exit on external command failure so we have to check after every command
# https://stackoverflow.com/questions/48864988/powershell-with-git-command-error-handling-automatically-abort-on-non-zero-exi/48877892#48877892
test_script: |
# PowerShell it truly horrific and lacks a way to exit on external command failure so we have to check after every command
# https://stackoverflow.com/questions/48864988/powershell-with-git-command-error-handling-automatically-abort-on-non-zero-exi/48877892#48877892
~\.cargo\bin\cargo test
if ($LASTEXITCODE) { Throw }
publish_script: |
Expand Down

0 comments on commit 1ddd80b

Please sign in to comment.