mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
rename script to configure-environment.sh
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"{{template_dir}}/scripts/installers/envvariables.sh"
|
"{{template_dir}}/scripts/installers/configure-environment.sh"
|
||||||
],
|
],
|
||||||
"environment_vars": [
|
"environment_vars": [
|
||||||
"IMAGE_VERSION={{user `image_version`}}",
|
"IMAGE_VERSION={{user `image_version`}}",
|
||||||
|
|||||||
@@ -127,7 +127,7 @@
|
|||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"{{template_dir}}/scripts/installers/envvariables.sh"
|
"{{template_dir}}/scripts/installers/configure-environment.sh"
|
||||||
],
|
],
|
||||||
"environment_vars": [
|
"environment_vars": [
|
||||||
"IMAGE_VERSION={{user `image_version`}}",
|
"IMAGE_VERSION={{user `image_version`}}",
|
||||||
|
|||||||
Reference in New Issue
Block a user