Skip to content

Commit

Permalink
content: regenerate cache
Browse files Browse the repository at this point in the history
I failed to rebase https://cuelang.org/cl/1194142 against tip after
https://cuelang.org/cl/1189727 landed, hence we got a build failure
because of the cache miss.

Fix that.

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: Idca525a5e4de38bab09c0e09f4ea14deedf442ee
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1194145
Reviewed-by: Chief Cueckoo <chief.cueckoo@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
  • Loading branch information
myitcv committed May 1, 2024
1 parent 07f6f18 commit 8cc8808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/tutorial/using-modules-with-go-api/gen_cache.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ package site
page: {
cache: {
upload: {
"initial main.cue": "LqMDMqBvt0Ctp5zTY2qrIb7JMj7m+v2m4Mt9Oq+4ZPw="
"initial go code": "nzL9ZkY5KwTMIqy4Iuwpt37CQL7aKRI+huoSixMTqEk="
"initial main.cue": "A6iseVaO7D0T55IsyyLJY6aWv6XtLXBXBa1aCPA+yAM="
"initial go code": "xfpn4Jq/agroQk4qi462BEDqU1kjsle2hY5C6uDUBFk="
}
multi_step: {
hash: "EC6V042M6UT9TPSI408P8HKJELI13N2KUU56B67IKTUVSUFRJKB0===="
hash: "QH9POO2B8UBG6BTL0KUA1L0V96CD09CAR1AD9P65JNCFFGLHV2FG===="
scriptHash: "RFAN5OA0N7FHCG58RI26POLSG0QQMN9PS72O0V65QH0EA4FU1G00===="
steps: [{
doc: ""
Expand Down

0 comments on commit 8cc8808

Please sign in to comment.