Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
pull: always
privileged: true
commands:
- zypper -n install helm
- curl --cacert /etc/ssl/ca-bundle.pem -sL https://get.helm.sh/helm-v3.13.3-linux-amd64.tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

rancher-v2.9 uses its own ssl bundles somewhere else so curl doesn't work without this.

Copy link
Contributor

Choose a reason for hiding this comment

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

This is fine. I don't care whether we leave the v flag in the tar command or not -- seeing the file get extracted vs. the extra output.

- scripts/integration-test

- name: github_binary_release
Expand Down Expand Up @@ -91,7 +91,7 @@ steps:
pull: always
privileged: true
commands:
- zypper -n install helm
- curl --cacert /etc/ssl/ca-bundle.pem -sL https://get.helm.sh/helm-v3.13.3-linux-arm64.tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1
- scripts/integration-test

- name: github_binary_release
Expand Down