This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 0b926c52602bd2d2cc383f58e50d403e36266433 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Wed Jul 26 11:43:02 2023 +0200 fix(ci): add y option --- .github/actions/e2e-common/exec-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e-common/exec-tests.sh b/.github/actions/e2e-common/exec-tests.sh index 100da5802..9f02c731f 100755 --- a/.github/actions/e2e-common/exec-tests.sh +++ b/.github/actions/e2e-common/exec-tests.sh @@ -25,7 +25,7 @@ set -e -while getopts ":b:c:g:i:l:n:q:s:v:x:z:" opt; do +while getopts ":b:c:g:i:l:n:q:s:v:x:y:z:" opt; do case "${opt}" in b) BUILD_CATALOG_SOURCE_NAME=${OPTARG}