shdsbilling/on-premise/main/rancher_v2.9.1/source/rancher-2.9.1/scripts/windows/build.ps1

7 lines
187 B
PowerShell

$ErrorActionPreference = 'Stop'
Import-Module -WarningAction Ignore -Name "$PSScriptRoot\utils.psm1"
Log-Info "Running: build-agent"
Invoke-Script -File "$PSScriptRoot\build-agent.ps1"