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

sewen pushed a commit to branch release-1.7
in repository https://gitbox.apache.org/repos/asf/flink.git

commit ba66aedad70b152d129528d11271c89575161a97
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Thu Nov 15 23:34:28 2018 +0100

    [hotfix] [e2e] Do not print S3 credentials in test scripts
---
 flink-end-to-end-tests/test-scripts/common_s3.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-end-to-end-tests/test-scripts/common_s3.sh 
b/flink-end-to-end-tests/test-scripts/common_s3.sh
index 784d573..1f3b2ee 100644
--- a/flink-end-to-end-tests/test-scripts/common_s3.sh
+++ b/flink-end-to-end-tests/test-scripts/common_s3.sh
@@ -28,14 +28,14 @@ if [[ -z "$IT_CASE_S3_ACCESS_KEY" ]]; then
     echo "Did not find AWS environment variables, NOT running the e2e test."
     exit 0
 else
-    echo "Found AWS access key $IT_CASE_S3_ACCESS_KEY, running the e2e test."
+    echo "Found AWS access key, running the e2e test."
 fi
 
 if [[ -z "$IT_CASE_S3_SECRET_KEY" ]]; then
     echo "Did not find AWS environment variables, NOT running the e2e test."
     exit 0
 else
-    echo "Found AWS secret key $IT_CASE_S3_SECRET_KEY, running the e2e test."
+    echo "Found AWS secret key, running the e2e test."
 fi
 
 AWS_REGION="${AWS_REGION:-us-east-1}"

Reply via email to