Browse Source

CI: update to kas 4.3.2

The new kas version has fixed the netrc issue.  Update to it and remove
the workaround

Signed-off-by: Jon Mason <jon.mason@arm.com>
Jon Mason 1 year ago
parent
commit
ab4bf2700f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitlab-ci.yml
  2. 1 1
      ci/check-warnings

+ 1 - 1
.gitlab-ci.yml

@@ -1,4 +1,4 @@
-image: ${MIRROR_GHCR}/siemens/kas/kas:4.3.1
+image: ${MIRROR_GHCR}/siemens/kas/kas:4.3.2
 
 variables:
   # These are needed as the k8s executor doesn't respect the container

+ 1 - 1
ci/check-warnings

@@ -7,7 +7,7 @@ set -e -u
 
 LOGFILE=$1
 
-LINES=$(sed -e "/attempting MIRRORS if available/d" -e "/Error parsing .*netrc:/d" $LOGFILE | wc -l)
+LINES=$(grep --invert-match "attempting MIRRORS if available" $LOGFILE | wc -l)
 if test "$LINES" -ne 0; then
     echo ==============================
     echo The build had warnings/errors: