apache / apache/openwhisk-wskdeploy
FYI: Changing latest wskdeploy download URL broke some travis jobs
Open
- Dominant language
- Go
- Stars
- 75
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
FYI, if anyone had jobs (like I did, now fixed) that pulls the latest tarball at the expected latest URL, the name change (adding "openwhisk_" to the file name broke the downloads.
```bash
# Old URL
curl -OL https://github.com/apache/incubator-openwhisk-wskdeploy/releases/download/latest/wskdeploy-latest-linux-amd64.tgz
# New URL
curl -OL https://github.com/apache/incubator-openwhisk-wskdeploy/releases/download/latest/openwhisk_wskdeploy-latest-linux-amd64.tgz
```
Contributor guide
Assessment
This issue has not been assessed yet.