Skip to content

Instantly share code, notes, and snippets.

@pritidesai
Created November 3, 2017 21:26
Show Gist options
  • Save pritidesai/1453732e822c89b9647f26d643c1168f to your computer and use it in GitHub Desktop.
Save pritidesai/1453732e822c89b9647f26d643c1168f to your computer and use it in GitHub Desktop.
packages:
RootProject:
dependencies:
ChildProject1:
location: github.com/apache/incubator-openwhisk-test/packages/helloworlds
ChildProject2:
location: github.com/apache/incubator-openwhisk-test/packages/hellowhisk
sequences:
ChildProject1-series:
actions: ChildProject1/hello-js, ChildProject1/helloworld-js
ChildProject2-series:
actions: ChildProject2/greeting, ChildProject2/httpGet
triggers:
trigger1:
trigger2:
rules:
rule1:
trigger: trigger1
action: ChildProject1-series
rule2:
trigger: trigger2
action: ChildProject2-series
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment