improve locking naming
parent
048f9386a8
commit
5baba66406
|
@ -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, '')
|
||||
|
|
Loading…
Reference in New Issue