This commit is contained in:
Frostebite 2023-07-21 05:27:26 +01:00
parent e710d72b1e
commit 0541b88267
4 changed files with 6 additions and 2 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -73,9 +73,14 @@ status: {}
spec: {
containers: [
{
image: 'pgaertig/nginx-big-upload:latest',
image: 'node:18',
imagePullPolicy: 'Always',
name: 'http-fileserver',
command: [
'bash',
'-c',
'while true; do sleep 30; npm i files-upload-server -g; files-upload-server "downloads"; done;',
],
resources: {},
},
],

View File

@ -27,7 +27,6 @@ describe('Cloud Runner Kubernetes', () => {
unityVersion: UnityVersioning.determineUnityVersion('test-project', UnityVersioning.read('test-project')),
targetPlatform: 'StandaloneLinux64',
cacheKey: `test-case-${uuidv4()}`,
containerHookFiles: `debug-cache`,
customJob: `
- name: 'step 1'
image: 'ubuntu'