improve locking naming

pull/524/head
Frostebite 2023-03-20 02:07:51 +00:00
parent 048f9386a8
commit 5baba66406
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ describe('Cloud Runner Sync Environments', () => {
return x;
})
.filter((element) => {
return !['UNITY_LICENSE', 'CUSTOM_JOB'].includes(element.name);
return !['CI_UNITY_LICENSE', 'CI_CUSTOM_JOB'].includes(element.name);
});
const newLinePurgedFile = file
.replace(/\s+/g, '')