From fa8883feee0bedb76c6a5244add569ea6a30482b Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 20 Mar 2024 17:37:49 +0100 Subject: [PATCH] fix typo in brackets --- .github/workflows/ci-3p-django-framework.yml | 4 ++-- .github/workflows/ci-3p-laravel-framework.yml | 4 ++-- .github/workflows/ci-3p-mariadb-connector-c.yml | 4 ++-- .github/workflows/ci-3p-mysql-connector-j.yml | 4 ++-- .github/workflows/ci-3p-php-pdo-mysql.yml | 4 ++-- .github/workflows/ci-3p-sqlalchemy.yml | 4 ++-- .github/workflows/ci-basictests.yml | 4 ++-- .github/workflows/ci-codeql.yml | 4 ++-- .github/workflows/ci-repltests.yml | 4 ++-- .github/workflows/ci-selftests.yml | 4 ++-- .github/workflows/ci-shuntest.yml | 4 ++-- .github/workflows/ci-taptests-asan.yml | 4 ++-- .github/workflows/ci-taptests-groups.yml | 4 ++-- .github/workflows/ci-taptests-ssl.yml | 4 ++-- .github/workflows/ci-taptests.yml | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index 05114cdc8..f5013e930 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -45,11 +45,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-3p-laravel-framework.yml b/.github/workflows/ci-3p-laravel-framework.yml index 2f73485b0..916ad0c20 100644 --- a/.github/workflows/ci-3p-laravel-framework.yml +++ b/.github/workflows/ci-3p-laravel-framework.yml @@ -45,11 +45,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-3p-mariadb-connector-c.yml b/.github/workflows/ci-3p-mariadb-connector-c.yml index d25914c87..4e2126a2e 100644 --- a/.github/workflows/ci-3p-mariadb-connector-c.yml +++ b/.github/workflows/ci-3p-mariadb-connector-c.yml @@ -45,11 +45,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-3p-mysql-connector-j.yml b/.github/workflows/ci-3p-mysql-connector-j.yml index 78bbab2b3..06f161cf7 100644 --- a/.github/workflows/ci-3p-mysql-connector-j.yml +++ b/.github/workflows/ci-3p-mysql-connector-j.yml @@ -46,11 +46,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-3p-php-pdo-mysql.yml b/.github/workflows/ci-3p-php-pdo-mysql.yml index b82f072b8..88a61a51a 100644 --- a/.github/workflows/ci-3p-php-pdo-mysql.yml +++ b/.github/workflows/ci-3p-php-pdo-mysql.yml @@ -46,11 +46,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index 0582fc979..5ff67fce3 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -46,11 +46,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-basictests.yml b/.github/workflows/ci-basictests.yml index 239ac1e3a..2c4aea0de 100644 --- a/.github/workflows/ci-basictests.yml +++ b/.github/workflows/ci-basictests.yml @@ -51,11 +51,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 461518136..9bf1387e2 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -47,11 +47,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-repltests.yml b/.github/workflows/ci-repltests.yml index 56ba11b83..7f4c71331 100644 --- a/.github/workflows/ci-repltests.yml +++ b/.github/workflows/ci-repltests.yml @@ -32,11 +32,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-selftests.yml b/.github/workflows/ci-selftests.yml index b2878fc43..e05a22299 100644 --- a/.github/workflows/ci-selftests.yml +++ b/.github/workflows/ci-selftests.yml @@ -27,11 +27,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-shuntest.yml b/.github/workflows/ci-shuntest.yml index 87df56459..9c05c3f40 100644 --- a/.github/workflows/ci-shuntest.yml +++ b/.github/workflows/ci-shuntest.yml @@ -32,11 +32,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-taptests-asan.yml b/.github/workflows/ci-taptests-asan.yml index afe9e5159..588ce58c2 100644 --- a/.github/workflows/ci-taptests-asan.yml +++ b/.github/workflows/ci-taptests-asan.yml @@ -32,11 +32,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-taptests-groups.yml b/.github/workflows/ci-taptests-groups.yml index d38c68ebb..74773b27f 100644 --- a/.github/workflows/ci-taptests-groups.yml +++ b/.github/workflows/ci-taptests-groups.yml @@ -29,11 +29,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-taptests-ssl.yml b/.github/workflows/ci-taptests-ssl.yml index 64e769591..a4f2c1173 100644 --- a/.github/workflows/ci-taptests-ssl.yml +++ b/.github/workflows/ci-taptests-ssl.yml @@ -32,11 +32,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'" diff --git a/.github/workflows/ci-taptests.yml b/.github/workflows/ci-taptests.yml index d9cbe0296..2027dcd42 100644 --- a/.github/workflows/ci-taptests.yml +++ b/.github/workflows/ci-taptests.yml @@ -32,11 +32,11 @@ jobs: echo "BASELINE: '${BASELINE}'" echo "Wating for cache '${BLDCACHE}' ..." sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" while [[ -z ${PROBE} ]]; do echo "Wating for cache '${BLDCACHE}' ..." sleep 30 - PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE}) || echo ''" + PROBE="$(gh cache list --repo sysown/proxysql | grep -i ${BLDCACHE} || echo '')" done echo "Cache available '${BLDCACHE}'"