-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
howto/validate-yaml-using-cue: flip to use preprocessor
No other changes expected. Signed-off-by: Paul Jolly <[email protected]> Change-Id: I9a8538f1dd30c5b971233e1991aef583ddc5fd55 Dispatch-Trailer: {"type":"trybot","CL":1169621,"patchset":1,"ref":"refs/changes/21/1169621/1","targetBranch":"alpha"}
- Loading branch information
Showing
3 changed files
with
54 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package site | ||
{ | ||
docs: { | ||
howto: { | ||
"validate-yaml-using-cue": { | ||
cache: { | ||
upload: { | ||
"initial x.yaml": "WxVUfTfY24GA6ppglaMixgQzcc2XdcZvbMsNSMNU1ik=" | ||
"initial x.cue": "6hII6qs3ijcSfjIMCKZAWZAkLccZrVZbQdPfannwCU4=" | ||
"another person": "awM0G/zc1cXOgrMdN6qTtLRqgE+Vl3Hh3ADtS31cx1k=" | ||
"fixed yaml": "qslpo4m41YEjFbeYZ9MBK2cN8tPPUh4dqc+Ll6WE7TI=" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains 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