Skip to content

Commit

Permalink
chore: fixed download path in test-release.sh
Browse files Browse the repository at this point in the history
Here we can't use the https://download.garden.io/ because at the testing step a release hasn't been published yet.
This partially reverts the changes made in 06205d3.
  • Loading branch information
vvagaytsev committed Aug 4, 2022
1 parent 280b044 commit 4768416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ download_release() {

platform=${os}-amd64
filename="garden-${base_version}-${platform}.tar.gz"
url="https://download.garden.io/core/${version}/${filename}"
url="https://github.com/garden-io/garden/releases/download/${version}/${filename}"
dir=${HOME}/.garden-release
target_path=${dir}/bin

Expand Down

0 comments on commit 4768416

Please sign in to comment.