rebase to main after switch

fix/3p-ci-error-handling
Miro Stauder 1 year ago committed by GitHub
parent e5e306d19a
commit cd16bbec92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -98,6 +98,9 @@ jobs:
cd proxysql_3p_testing/
./setup.sh test_django-framework
git switch ${{ env.TESTTREE }}
git config user.email "GH-Actions@proxysql.com"
git config user.name "GH-Actions"
git rebase main -f -s recursive -X theirs
# use cached build
rm -rf ./proxysql && mv ../proxysql . || true

@ -99,8 +99,9 @@ jobs:
git sparse-checkout list
./setup.sh test_mariadb-connector-c/mariadb-connector-c
git switch ${{ env.TESTTREE }}
#git -C ./proxysql switch ${{ env.SHA }}
#git -C ./proxysql pull --tags
git config user.email "GH-Actions@proxysql.com"
git config user.name "GH-Actions"
git rebase main -f -s recursive -X theirs
# use cached build
rm -rf ./proxysql && mv ../proxysql . || true

@ -98,6 +98,9 @@ jobs:
cd proxysql_3p_testing/
./setup.sh test_mysql-connector-j/mysql-connector-j
git switch ${{ env.TESTTREE }}
git config user.email "GH-Actions@proxysql.com"
git config user.name "GH-Actions"
git rebase main -f -s recursive -X theirs
# use cached build
rm -rf ./proxysql && mv ../proxysql . || true

@ -98,6 +98,9 @@ jobs:
cd proxysql_3p_testing/
./setup.sh test_php-pdo-mysql/php-src
git switch ${{ env.TESTTREE }}
git config user.email "GH-Actions@proxysql.com"
git config user.name "GH-Actions"
git rebase main -f -s recursive -X theirs
# use cached build
rm -rf ./proxysql && mv ../proxysql . || true

@ -102,6 +102,9 @@ jobs:
cd proxysql_3p_testing/
./setup.sh test_postgresql/postgresql
git switch ${{ env.TESTTREE }}
git config user.email "GH-Actions@proxysql.com"
git config user.name "GH-Actions"
git rebase main -f -s recursive -X theirs
# use cached build
rm -rf ./proxysql && mv ../proxysql . || true

@ -101,6 +101,9 @@ jobs:
cd proxysql_3p_testing/
./setup.sh test_sqlalchemy/sqlalchemy
git switch ${{ env.TESTTREE }}
git config user.email "GH-Actions@proxysql.com"
git config user.name "GH-Actions"
git rebase main -f -s recursive -X theirs
# use cached build
rm -rf ./proxysql && mv ../proxysql . || true

Loading…
Cancel
Save