fixed root and work dir
This commit is contained in:
Родитель
f72b55fc78
Коммит
26ef7fc6c6
|
@ -279,8 +279,8 @@ stages:
|
|||
# Custom script to install Go-lang
|
||||
- task: ShellScript@2
|
||||
inputs:
|
||||
scriptPath: "${{ parameters.working_directory }}/go_installer.sh"
|
||||
args: "${{ parameters.root_dir }}/"
|
||||
scriptPath: "$(work_dir)/go_installer.sh"
|
||||
args: "$(root_dir)/"
|
||||
displayName: "GoTool Custom Setup"
|
||||
|
||||
# get glibc version with which build is done
|
||||
|
@ -381,8 +381,8 @@ stages:
|
|||
# Custom script to install Go-lang
|
||||
- task: ShellScript@2
|
||||
inputs:
|
||||
scriptPath: "${{ parameters.working_directory }}/go_installer.sh"
|
||||
args: "${{ parameters.root_dir }}/"
|
||||
scriptPath: "$(work_dir)/go_installer.sh"
|
||||
args: "$(root_dir)/"
|
||||
displayName: "GoTool Custom Setup"
|
||||
|
||||
# get glibc version with which build is done
|
||||
|
@ -614,8 +614,8 @@ stages:
|
|||
# Custom script to install Go-lang
|
||||
- task: ShellScript@2
|
||||
inputs:
|
||||
scriptPath: "${{ parameters.working_directory }}/go_installer.sh"
|
||||
args: "${{ parameters.root_dir }}/"
|
||||
scriptPath: "$(work_dir)/go_installer.sh"
|
||||
args: "$(root_dir)/"
|
||||
displayName: "GoTool Custom Setup"
|
||||
|
||||
# get glibc version with which build is done
|
||||
|
@ -733,8 +733,8 @@ stages:
|
|||
# Custom script to install Go-lang
|
||||
- task: ShellScript@2
|
||||
inputs:
|
||||
scriptPath: "${{ parameters.working_directory }}/go_installer.sh"
|
||||
args: "${{ parameters.root_dir }}/"
|
||||
scriptPath: "$(work_dir)/go_installer.sh"
|
||||
args: "$(root_dir)/"
|
||||
displayName: "GoTool Custom Setup"
|
||||
|
||||
# get glibc version with which build is done
|
||||
|
@ -830,8 +830,8 @@ stages:
|
|||
# Custom script to install Go-lang
|
||||
- task: ShellScript@2
|
||||
inputs:
|
||||
scriptPath: "${{ parameters.working_directory }}/go_installer.sh"
|
||||
args: "${{ parameters.root_dir }}/"
|
||||
scriptPath: "$(work_dir)/go_installer.sh"
|
||||
args: "$(root_dir)/"
|
||||
displayName: "GoTool Custom Setup"
|
||||
|
||||
# get glibc version with which build is done
|
||||
|
@ -922,8 +922,8 @@ stages:
|
|||
# Custom script to install Go-lang
|
||||
- task: ShellScript@2
|
||||
inputs:
|
||||
scriptPath: "${{ parameters.working_directory }}/go_installer.sh"
|
||||
args: "${{ parameters.root_dir }}/"
|
||||
scriptPath: "$(work_dir)/go_installer.sh"
|
||||
args: "$(root_dir)/"
|
||||
displayName: "GoTool Custom Setup"
|
||||
|
||||
# get glibc version with which build is done
|
||||
|
@ -1015,8 +1015,8 @@ stages:
|
|||
# Custom script to install Go-lang
|
||||
- task: ShellScript@2
|
||||
inputs:
|
||||
scriptPath: "${{ parameters.working_directory }}/go_installer.sh"
|
||||
args: "${{ parameters.root_dir }}/"
|
||||
scriptPath: "$(work_dir)/go_installer.sh"
|
||||
args: "$(root_dir)/"
|
||||
displayName: "GoTool Custom Setup"
|
||||
|
||||
# get glibc version with which build is done
|
||||
|
|
Загрузка…
Ссылка в новой задаче