aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArun Isaac2022-04-08 23:54:36 +0530
committerArun Isaac2022-04-08 23:54:36 +0530
commitd3484183b31e160d10ceb538c9250ff4895daa54 (patch)
treef5c3f790b18d1a595af60e31560b0df7680b7075 /doc
parent2143f500fe9b9a99c42a75a5915870590d6395f0 (diff)
downloadguix-forge-d3484183b31e160d10ceb538c9250ff4895daa54.tar.gz
guix-forge-d3484183b31e160d10ceb538c9250ff4895daa54.tar.lz
guix-forge-d3484183b31e160d10ceb538c9250ff4895daa54.zip
doc: Link to ci-jobs-trigger-gexp definition.
* doc/forge.skb (Tutorial): Link mention of post-receive-hook script to the in-source definition of ci-jobs-trigger-gexp.
Diffstat (limited to 'doc')
-rw-r--r--doc/forge.skb3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/forge.skb b/doc/forge.skb
index 678d4de..edbaea4 100644
--- a/doc/forge.skb
+++ b/doc/forge.skb
@@ -133,7 +133,8 @@ repository through ssh or similar. git provides various ,(ref :url
"https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks" :text
"server-side hooks") that trigger on various events. Of these, the
,(file [post-receive-hook]) triggers when pushed commits are
-received. guix-forge sets up a ,(file [post-receive-hook]) script in
+received. guix-forge sets up a ,(source-ref "guix/forge/forge.scm"
+"\\(define\\* \\(ci-jobs-trigger-gexp" "post-receive-hook script") in
the repository to trigger a continuous integration run on every
,(command [git push]).])
(p [And finally, we put everything together in an ,(code