File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55148,8 +55148,8 @@ async function startEc2Instance(label, githubRegistrationToken) {
5514855148 'sudo echo "export RUNNER_ALLOW_RUNASROOT=1" >> /etc/profile.d/env.sh',
5514955149 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
5515055150 'sudo echo "export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> /etc/profile.d/env.sh',
55151- 'export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=true ',
55152- 'sudo echo "export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=true " >> /etc/profile.d/env.sh',
55151+ 'export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=false ',
55152+ 'sudo echo "export DOTNET_SYSTEM_GLOBALIZATION_PREDEFINED_CULTURES_ONLY=false " >> /etc/profile.d/env.sh',
5515355153 `./config.sh --unattended --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
5515455154 './run.sh',
5515555155 ];
You can’t perform that action at this time.
0 commit comments