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

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit bf4731c8c5adb099d76620ac6f9fa4977dd20636
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Tue Mar 23 18:46:41 2021 +0100

    test: Fix KAMEL_BIN environment variable
---
 .github/workflows/upgrade.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml
index 239ce4a..b3b2e2a 100644
--- a/.github/workflows/upgrade.yml
+++ b/.github/workflows/upgrade.yml
@@ -97,7 +97,7 @@ jobs:
     - name: Run IT
       run: |
         # Use the last released Kamel CLI
-        KAMEL_BIN=kamel
+        export KAMEL_BIN=/usr/local/bin/kamel
 
         # Configure install options
         export KAMEL_INSTALL_BUILD_PUBLISH_STRATEGY=Spectrum

Reply via email to