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:
parent
fe2bf5cbdf
commit
2db8552a87
19 changed files with 1822 additions and 1385 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue