nixbld: update documentation jobset name

split-software-gateware-builds
Sebastien Bourdeauducq 2019-07-18 00:10:33 +08:00
parent fc0d2144ba
commit dfa2a4017e
1 changed files with 2 additions and 2 deletions

View File

@ -142,11 +142,11 @@ ACTION=="add", SUBSYSTEM=="tty", \
max_output_size = 10000000000
<runcommand>
job = artiq:main:artiq-manual-html
job = artiq:full:artiq-manual-html
command = ln -sf $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-html-beta
</runcommand>
<runcommand>
job = artiq:main:artiq-manual-latexpdf
job = artiq:full:artiq-manual-latexpdf
command = ln -sf $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-latexpdf-beta
</runcommand>
'';