Created
August 5, 2016 09:47
-
-
Save Kami/06eb27eafc0e9b44ea23adb68d9a903f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.0' | |
examples.mistral-yaql-st2kv-system-scope: | |
vars: | |
foobar: unspecified | |
tasks: | |
task1: | |
action: std.noop | |
publish: | |
foobar: <% st2kv('system.foobar') %> | |
on-complete: | |
- fail: <% $.foobar != foobar %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment