Skip to content

Commit

Permalink
Merge pull request #728 from ystia/bugfix/GH-727-yorc_bootstrap_fails…
Browse files Browse the repository at this point in the history
…_missing_bintray

Fix Bintray sunsetting
  • Loading branch information
loicalbertin committed May 5, 2021
2 parents b005225 + 3c9397d commit da8fa7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

* Support Alien4Cloud 3.2.0 ([GH-723](https://github.com/ystia/yorc/issues/723))

### BUG FIXES

* Can't bootstrap Yorc as BinTray is now unavailable ([GH-727](https://github.com/ystia/yorc/issues/727))

## 4.1.0 (April 11, 2021)

Expand Down
2 changes: 1 addition & 1 deletion commands/bootstrap/inputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ func getYorcDownloadURL() string {
yorcVersion)
} else {
downloadURL = fmt.Sprintf(
"https://dl.bintray.com/ystia/yorc-engine/%s/yorc-%s.tgz",
"https://github.com/ystia/yorc/releases/download/v%s/yorc-%s.tgz",
yorcVersion, yorcVersion)
}
return downloadURL
Expand Down

0 comments on commit da8fa7f

Please sign in to comment.