pgAdmin 4 commit: Make sure each build/test starts in the correct direc

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Make sure each build/test starts in the correct direc
Date: 2017-03-31 16:17:38
Message-ID: E1ctzF4-0005eW-Gk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make sure each build/test starts in the correct directory.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac1637f281d320ef727c23eef135d332ee6eb8cd

Modified Files
--------------
ci/build_docs.sh | 3 ++-
ci/build_pip_wheel.sh | 3 ++-
ci/build_runtime_qt4.sh | 1 +
ci/build_runtime_qt5.sh | 1 +
ci/build_tarballs.sh | 2 ++
ci/ci_runner.sh | 17 -----------------
ci/create_config.sh | 2 ++
ci/run_jasmine_tests.sh | 1 +
ci/run_python_tests.sh | 2 ++
ci/update_messages.sh | 3 ++-
10 files changed, 15 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-31 16:27:00 pgAdmin 4 commit: Include translation message catalogs in CI build/test
Previous Message Dave Page 2017-03-31 16:14:01 pgAdmin 4 commit: Add message catalog builds to CI, and run all tests f