use double quotes instead of single quotes

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-15 21:32:53 +01:00
parent 5a246e4ccf
commit 818882be5d
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -20,13 +20,13 @@ jobs:
- id: update-step
run: |
for job in nixos-8gb-fsn1-1 nutty-noon thinkrac installer nas; do
nix show-derivation '.#hydraJobs.$job.x86_64-linux' > old-$job.json
nix show-derivation ".#hydraJobs.$job.x86_64-linux" > old-$job.json
done
nix flake update
for job in nixos-8gb-fsn1-1 nutty-noon thinkrac installer nas; do
nix show-derivation '.#hydraJobs.$job.x86_64-linux' > new-$job.json
nix show-derivation ".#hydraJobs.$job.x86_64-linux" > new-$job.json
python scripts/diff-drvs old-$job.json new-$job.json > report-$job.txt
cat report-$job.txt >> full-report.txt