mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
move perl validation scripts for consistency
This commit is contained in:
@@ -619,6 +619,12 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Validate-Python.ps1"
|
"{{ template_dir }}/scripts/Installers/Validate-Python.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "powershell",
|
||||||
|
"scripts":[
|
||||||
|
"{{ template_dir }}/scripts/Installers/Validate-Perl.ps1"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
@@ -801,12 +807,6 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1"
|
"{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "powershell",
|
|
||||||
"scripts":[
|
|
||||||
"{{ template_dir }}/scripts/Installers/Validate-Perl.ps1"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
|
|||||||
@@ -588,6 +588,12 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Validate-Python.ps1"
|
"{{ template_dir }}/scripts/Installers/Validate-Python.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "powershell",
|
||||||
|
"scripts":[
|
||||||
|
"{{ template_dir }}/scripts/Installers/Validate-Perl.ps1"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
@@ -764,12 +770,6 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1"
|
"{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "powershell",
|
|
||||||
"scripts":[
|
|
||||||
"{{ template_dir }}/scripts/Installers/Validate-Perl.ps1"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
|
|||||||
Reference in New Issue
Block a user