You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/23 10:10:30 UTC

[camel-kamelets] 02/02: SFTP Source Container it-test: Don't log container id

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

acosentino pushed a commit to branch split-it-tests
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 8fb7a895feea45cff66810992060a119d61ae12d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 23 11:09:51 2022 +0100

    SFTP Source Container it-test: Don't log container id
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 it-tests/misc/sftp/source/sftp-log-it-test.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/it-tests/misc/sftp/source/sftp-log-it-test.sh b/it-tests/misc/sftp/source/sftp-log-it-test.sh
index 46560a83..e69eaca3 100755
--- a/it-tests/misc/sftp/source/sftp-log-it-test.sh
+++ b/it-tests/misc/sftp/source/sftp-log-it-test.sh
@@ -11,8 +11,6 @@ docker pull emberstack/sftp
 docker run -p 24:22 --name sftp -d emberstack/sftp 
 sftpid=`docker ps -aqf "name=sftp"`
 
-echo $sftpid
-
 jbang run -Dcamel.jbang.version=$camel_version camel@apache/camel run --local-kamelet-dir=../../../../kamelets/ sftp-log.yaml &
 
 sleep 10