diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e45c9c89..4f16fcf3 100644 --- a/.gitlab-ci.yml +++ b/.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 diff --git a/ci/check-warnings b/ci/check-warnings index cdf84aaf..89ae955d 100755 --- a/ci/check-warnings +++ b/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: