ci: fix manual build in sourcehut build
(cherry picked from commit e4611630c3
)
This commit is contained in:
parent
569d928458
commit
f3a4512166
|
@ -9,6 +9,7 @@ environment:
|
|||
NIX_CONFIG: "experimental-features = nix-command flakes"
|
||||
packages:
|
||||
- nixos.cachix
|
||||
- nixos.jq
|
||||
tasks:
|
||||
- setup: |
|
||||
cachix use rycee
|
||||
|
@ -26,7 +27,7 @@ tasks:
|
|||
if [[ $gitBranch == master ]]; then
|
||||
dirName="unstable"
|
||||
else
|
||||
dirName="$(cat .release)"
|
||||
dirName="$(jq -r .release < release.json)"
|
||||
fi
|
||||
|
||||
rsync --delete -r --info=stats \
|
||||
|
|
Loading…
Reference in a new issue