mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Merge pull request #707 from al-cheb/al-cheb/disable_sql_express
Disable MS SQL Server 2019 Express installation
This commit is contained in:
@@ -470,14 +470,6 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Install-MysqlCli.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-MysqlCli.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "powershell",
|
|
||||||
"elevated_user": "SYSTEM",
|
|
||||||
"elevated_password": "",
|
|
||||||
"scripts":[
|
|
||||||
"{{ template_dir }}/scripts/Installers/Install-SQLExpress.ps1"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
@@ -739,12 +731,6 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Validate-Bazel.ps1"
|
"{{ template_dir }}/scripts/Installers/Validate-Bazel.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "powershell",
|
|
||||||
"scripts":[
|
|
||||||
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
|
|||||||
@@ -451,14 +451,6 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Install-MysqlCli.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-MysqlCli.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "powershell",
|
|
||||||
"elevated_user": "SYSTEM",
|
|
||||||
"elevated_password": "",
|
|
||||||
"scripts":[
|
|
||||||
"{{ template_dir }}/scripts/Installers/Install-SQLExpress.ps1"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
@@ -756,12 +748,6 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Validate-MysqlCli.ps1"
|
"{{ template_dir }}/scripts/Installers/Validate-MysqlCli.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "powershell",
|
|
||||||
"scripts":[
|
|
||||||
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
|
|||||||
Reference in New Issue
Block a user