Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#11 Allow specifying a keptn version #12

Merged
merged 1 commit into from Jul 2, 2020

Conversation

christian-kreuzberger-dtx
Copy link
Member

This PR implements #11, more specifically the following installation options should now work:

  • Install the recommended version
curl -sL https://get.keptn.sh | sudo -E bash
  • Install a specific version (e.g., 0.6.1):
curl -sL https://get.keptn.sh | KEPTN_VERSION=0.6.1 sudo -E bash

To test it, check out this PR's code of get.sh and run

cat src/get.sh | KEPTN_VERSION=0.6.1 sudo -E bash

Copy link
Member

@agrimmer agrimmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@christian-kreuzberger-dtx christian-kreuzberger-dtx merged commit be6c902 into master Jul 2, 2020
@johannes-b johannes-b deleted the feature/11/select_keptn_version branch July 22, 2020 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow quickstart-installation of the keptn CLI using a version parameter
2 participants