From cf11bfed4f1c8156d627bf53079c472953aa6274 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 12:49:05 -0500 Subject: [PATCH] asdf --- ci/build-ui.sh | 2 +- ci/podTemplate.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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