fixed version file path
This commit is contained in:
parent
d8a19b36e4
commit
7a87f7d453
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ param(
|
|||
|
||||
# set script to stop on first error
|
||||
$ErrorActionPreference = "Stop"
|
||||
$agent_windows_version=Get-Content "../agent-windows-vs2019/VERSION"
|
||||
$agent_windows_version=Get-Content "agent-windows-vs2019/VERSION"
|
||||
|
||||
# some docs recommend setting 2GB memory limit
|
||||
docker build `
|
||||
|
|
Loading…
Reference in a new issue