Automated Release Controller 1.5.2 (#9455)

Signed-off-by: James Strong <james.strong@chainguard.dev>

Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
James Strong 2022-12-29 16:35:32 -05:00 committed by GitHub
parent fe2bf5cbdf
commit 2db8552a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 1822 additions and 1385 deletions

View file

@ -18,10 +18,6 @@ if [ -n "$DEBUG" ]; then
set -x
fi
set -o errexit
set -o nounset
set -o pipefail
URL="https://github.com/kubernetes/ingress-nginx/tree/main/"
DIR=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P)
@ -34,7 +30,7 @@ Do not try to edit it manually.
"
for FILE in `find $DIR/test/e2e -name "*.go"`;do
for FILE in $(find $DIR/test/e2e -name "*.go");do
# describe definition
DESCRIBE=$(cat $FILE | grep -n -oP 'Describe.*')
# line number