Created
March 11, 2019 09:08
-
-
Save showyou/055d7db932ee6360f18353918d50a08d to your computer and use it in GitHub Desktop.
これでsecond.digが1時間待ちになる・・
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
schedule: | |
minutes_interval>: 1 | |
skip_delayed_by: 3m | |
+setup: | |
sh>: echo "first, ${session_time}" |
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
schedule: | |
minutes_interval>: 1 | |
skip_delayed_by: 3m | |
+setup: | |
require>: first | |
sh>: echo "second, ${session_time}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
どうも1 +hoge:につきオペレータが1つしか使えないっぽい