mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
Cleanup old markdown documenation approach (#979)
This commit is contained in:
committed by
GitHub
parent
8c8f384a61
commit
43e26fa96b
@@ -3,15 +3,13 @@
|
||||
## Desc: Validate sbt for Windows
|
||||
################################################################################
|
||||
|
||||
if((Get-Command -Name 'sbt'))
|
||||
if (Get-Command -Name 'sbt')
|
||||
{
|
||||
Write-Host "sbt is on the path"
|
||||
Write-Host 'sbt is on the path'
|
||||
}
|
||||
else
|
||||
{
|
||||
Write-Host "sbt is not on path."
|
||||
Write-Host 'sbt is not on path.'
|
||||
exit 1
|
||||
}
|
||||
|
||||
# This works around issue where sbt --script-version does some copies and breaks the build
|
||||
Add-SoftwareDetailsToMarkdown -SoftwareName "sbt" -DescriptionMarkdown ""
|
||||
|
||||
Reference in New Issue
Block a user