daisy-ycguo opened a new pull request #396: Deploy sequences separately other than combining with actions URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/396 Fix issue #391 In the existing source code, creating `sequence` objects for deployment is using the same method as `action`, which combining sequences deployment with actions. This issue resulted random deployment sequence of `action` and `sequence`. It's the root cause of random issue #391. In this PR, I created new codes to create sequence objects, other than using the same method of creating actions. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
