nixbld: use flake output for beta conda channel

force-ssl-main-website
Sebastien Bourdeauducq 2022-02-12 18:50:08 +08:00
parent 0c04f014d7
commit 28ca789aae
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ in
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-pdf-beta
</runcommand>
<runcommand>
job = artiq:full-beta:conda-channel
job = artiq:extra-beta:conda-channel
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-conda-channel-beta
</runcommand>