You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/03/09 13:13:36 UTC

[hop] branch master updated: cleanup incorrect references, fixes #2535

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e822b1cc84 cleanup incorrect references, fixes #2535
     new 8176630fff Merge pull request #2536 from hansva/master
e822b1cc84 is described below

commit e822b1cc84c6f847fa0a2298aab080e14ffa0b36
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Mar 9 13:35:48 2023 +0100

    cleanup incorrect references, fixes #2535
---
 .../samples/metadata/pipeline-run-configuration/local.json             | 3 +--
 .../vertica/metadata/pipeline-run-configuration/local.json             | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/integration-tests/samples/metadata/pipeline-run-configuration/local.json b/integration-tests/samples/metadata/pipeline-run-configuration/local.json
index 11a9ee03d2..e6edbae996 100644
--- a/integration-tests/samples/metadata/pipeline-run-configuration/local.json
+++ b/integration-tests/samples/metadata/pipeline-run-configuration/local.json
@@ -16,6 +16,5 @@
   "defaultSelection": true,
   "configurationVariables": [],
   "name": "local",
-  "description": "",
-  "executionInfoLocationName": "Runs your pipelines locally with the standard local Hop pipeline engine"
+  "description": ""
 }
\ No newline at end of file
diff --git a/integration-tests/vertica/metadata/pipeline-run-configuration/local.json b/integration-tests/vertica/metadata/pipeline-run-configuration/local.json
index 11a9ee03d2..e6edbae996 100644
--- a/integration-tests/vertica/metadata/pipeline-run-configuration/local.json
+++ b/integration-tests/vertica/metadata/pipeline-run-configuration/local.json
@@ -16,6 +16,5 @@
   "defaultSelection": true,
   "configurationVariables": [],
   "name": "local",
-  "description": "",
-  "executionInfoLocationName": "Runs your pipelines locally with the standard local Hop pipeline engine"
+  "description": ""
 }
\ No newline at end of file