You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/11/03 11:26:19 UTC

[camel-kamelets] branch main updated (87d4af8 -> 4c16751)

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

lburgazzoli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


    from 87d4af8  Regen for commit 598dc1bce0ff65c94a7d7a653e744613a9acbee7 (#555)
     new 6384ffa  chore: fix wrong flow definition in slack sink
     new 4c16751  ci: fix yaks download url

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/test.yaml |  2 +-
 slack-sink.kamelet.yaml     | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

[camel-kamelets] 02/02: ci: fix yaks download url

Posted by lb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 4c167513142a0f69d53e69531bc051baa651417a
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 3 12:19:42 2021 +0100

    ci: fix yaks download url
---
 .github/workflows/test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index ebec793..77d9d38 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -62,7 +62,7 @@ jobs:
         rm -r _kamel
     - name: Get YAKS CLI
       run: |
-        curl --fail -L --silent https://github.com/citrusframework/yaks/releases/download/${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
+        curl --fail -L --silent https://github.com/citrusframework/yaks/releases/download/v${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
         mkdir -p _yaks
         tar -zxf yaks.tar.gz --directory ./_yaks
         sudo mv ./_yaks/yaks /usr/local/bin/

[camel-kamelets] 01/02: chore: fix wrong flow definition in slack sink

Posted by lb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 6384ffa2ddc236300320bc117e2f192cf386d513
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 3 12:14:07 2021 +0100

    chore: fix wrong flow definition in slack sink
---
 slack-sink.kamelet.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/slack-sink.kamelet.yaml b/slack-sink.kamelet.yaml
index c1ac06b..2b101e7 100644
--- a/slack-sink.kamelet.yaml
+++ b/slack-sink.kamelet.yaml
@@ -57,9 +57,9 @@ spec:
       uri: "kamelet:source"
       steps:
       - to:
-        uri: "slack:{{channel}}"
-        parameters:
-          webhookUrl: "{{webhookUrl}}"
-          iconEmoji: "{{?iconEmoji}}"
-          iconUrl: "{{?iconUrl}}"
-          username: "{{?username}}"
+          uri: "slack:{{channel}}"
+          parameters:
+            webhookUrl: "{{webhookUrl}}"
+            iconEmoji: "{{?iconEmoji}}"
+            iconUrl: "{{?iconUrl}}"
+            username: "{{?username}}"