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