From 35df1e1ba3ec0c8f04d966ee6e60c2ae337ed23c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 27 Jun 2023 01:01:03 +0200 Subject: [PATCH] Test CI --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08b0867942d..022ef9a51c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -243,8 +243,8 @@ before_script: echo 'ALTER SEQUENCE llx_accountingaccount_rowid_seq RENAME TO llx_accounting_account_rowid_seq' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' echo 'ALTER SEQUENCE llx_accounting_account_rowid_seq RESTART WITH 1000001;' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' - echo '\d llx_adherent' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' - echo '\d llx_c_country' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' + #echo '\d llx_adherent' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' + #echo '\d llx_c_country' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' # Create pgsql compatibility functions psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' < htdocs/install/pgsql/functions/functions.sql @@ -434,8 +434,8 @@ script: php step5.php 17.0.0 18.0.0 > $TRAVIS_BUILD_DIR/upgrade17001800-3.log #show table content and log - echo '\d llx_adherent' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' - cat $TRAVIS_BUILD_DIR/upgrade500600.log + #echo '\d llx_adherent' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' + #cat $TRAVIS_BUILD_DIR/upgrade500600.log - | echo Result of migration scripts