diff --git a/ci/build-ui.sh b/ci/build-ui.sh index e32082d..8f42ae0 100644 --- a/ci/build-ui.sh +++ b/ci/build-ui.sh @@ -1,4 +1,4 @@ #!/bin/sh -ex -npm install +npm install --verbose 2>&1 | cat npm run build diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index b08b70f..069dccd 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -20,5 +20,6 @@ spec: resources: limits: memory: 1G + cpu: 500m securityContext: readOnlyRootFilesystem: true