You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/10/05 14:51:13 UTC

[camel-k] 06/08: chore: Remove Operator SDK download from release workflow

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

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

commit 1d4a4864bdb5f80deba4336a0f15c1b97f8a4418
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Oct 5 12:43:46 2020 +0200

    chore: Remove Operator SDK download from release workflow
---
 .github/workflows/release.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 64e5748..35ebcee 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -43,12 +43,6 @@ jobs:
         key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
         restore-keys: |
           ${{ runner.os }}-go-
-    - name: Prerequisites
-      run: |
-        export OPERATOR_SDK_VERSION=v0.17.1
-        curl -L https://github.com/operator-framework/operator-sdk/releases/download/${OPERATOR_SDK_VERSION}/operator-sdk-${OPERATOR_SDK_VERSION}-x86_64-linux-gnu -o operator-sdk
-        chmod a+x operator-sdk
-        sudo mv operator-sdk /usr/local/bin
 
     - name: Global Env
       env: