You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2017/02/19 09:11:54 UTC

incubator-predictionio git commit: Drop wait-for-postgres

Repository: incubator-predictionio
Updated Branches:
  refs/heads/ds/docker b7881325d -> e9075653c


Drop wait-for-postgres


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/e9075653
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/e9075653
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/e9075653

Branch: refs/heads/ds/docker
Commit: e9075653c55870827dda173387e59a585794caa9
Parents: b788132
Author: Donald Szeto <do...@apache.org>
Authored: Sun Feb 19 01:11:40 2017 -0800
Committer: Donald Szeto <do...@apache.org>
Committed: Sun Feb 19 01:11:40 2017 -0800

----------------------------------------------------------------------
 tests/docker-files/init.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/e9075653/tests/docker-files/init.sh
----------------------------------------------------------------------
diff --git a/tests/docker-files/init.sh b/tests/docker-files/init.sh
index 1f8f618..e35597b 100755
--- a/tests/docker-files/init.sh
+++ b/tests/docker-files/init.sh
@@ -17,6 +17,5 @@
 #
 
 set -e
-/wait-for-postgres.sh postgres
 export PYTHONPATH=/$PIO_HOME/tests:$PYTHONPATH
 eval $@