apache / apache/openwhisk-wskdeploy

FYI: Changing latest wskdeploy download URL broke some travis jobs

Open
#818 3 comments 0 reactions 1 assignee Claimed by @houshengbo View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.