First fix, SQL log errata deny all updates

This commit is contained in:
2019-03-13 11:37:14 +01:00
parent e88675331c
commit c4f1510e25
2 changed files with 8 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ First: Name, a line like below, with the name
Then, the revision number, when this number changes, cook will be reapplied
"revision: 1"
If the cook has to run everytime client is called (And not only one time per new revision), you have to add:
"runever: 1" (1-> Everytime; 0 or no line: Run only one time)
"runever: 1" (1-> Everytime, if you change to 0 or delete, it will not do it)
And then, steps. First a "steps:" line, and then line by line the steps of the cook
"steps:
- PWCMD|White-Output "Hello World"