You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2021/04/20 08:16:22 UTC

[incubator-hop] branch master updated: Painfully small update to docs

This is an automated email from the ASF dual-hosted git repository.

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new e10a54c  Painfully small update to docs
e10a54c is described below

commit e10a54c27e59144686e265502f6daaf4b2bb2b4a
Author: Matt Casters <ma...@gmail.com>
AuthorDate: Tue Apr 20 10:16:14 2021 +0200

    Painfully small update to docs
---
 docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc b/docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc
index 7187edf..22ad585 100644
--- a/docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc
+++ b/docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc
@@ -73,6 +73,8 @@ There are 2 ways the integration tests can be run oin your local system
 The entire test suite is available as a docker compose script to use this use following commands.
 This include all services available and needed for the tests.
 
+TIP: You need version 1.27.0 or higher of docker-compose
+
 . Clean build HOP
 +
 ----
@@ -85,9 +87,6 @@ mvn clean install
 ----
 docker-compose -f docker/integration-tests/docker-compose-ci.yaml up -d
 ----
-
-TIP: You need version 1.27.0 or higher of docker-compose
-
 +
 . Check the running container
 +