-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install package catalog using wsk project deploy
#484
Conversation
Installing the catalog using wsk deploy as per this PR results in crashes from the cli. Need to investigate further...
|
9e9a46e
to
d9a5230
Compare
wskdeploy validates that the runtime is actually supported by the target system when deploying actions. Therefore to install the samples package from the wsk catalog, the minimal runtimes used for TravisCI must include Swift. installing catalog/samples with wskdeploy require
Finally can make this change. Bug fix included in wsk 1.0.0 allows us to use |
Would be good to link the wsk issue which was fixed |
Good point. For the record, the issue in wskdeploy was apache/openwhisk-wskdeploy#1050, which was fixed in apache/openwhisk-wskdeploy#1059 by picking up a new version of client-go which included a bug fix (apache/openwhisk-client-go#123) for the root cause of the crash |
No description provided.