Copy cloud runner cache into github workspace directory
parent
361374865a
commit
231e6602fa
|
|
@ -69,7 +69,7 @@ describe('Cloud Runner Sync Environments', () => {
|
||||||
return x;
|
return x;
|
||||||
})
|
})
|
||||||
.filter((element) => {
|
.filter((element) => {
|
||||||
return !['UNITY_LICENSE'].includes(element.name);
|
return !['UNITY_LICENSE', 'CUSTOM_JOB'].includes(element.name);
|
||||||
});
|
});
|
||||||
const newLinePurgedFile = file
|
const newLinePurgedFile = file
|
||||||
.replace(/\s+/g, '')
|
.replace(/\s+/g, '')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue