This commit is contained in:
Anubhuti Shruti 2023-08-13 16:53:56 +05:30
Родитель f72b55fc78
Коммит 26ef7fc6c6
1 изменённых файлов: 14 добавлений и 14 удалений

Просмотреть файл

@ -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