mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(basic-image): append ^* to .drv entries to prevent warnings
instead print a "." without newline to be able to see progress
This commit is contained in:
parent
28072631e7
commit
ec279ae31e
1 changed files with 2 additions and 0 deletions
|
|
@ -155,7 +155,9 @@
|
|||
'')
|
||||
(finalizeScript ''
|
||||
while read entry; do
|
||||
[[ "$entry" == *.drv ]] && entry+="^*" || true
|
||||
nix copy --quiet --to "file://$(pwd)/.nix-cache" $entry || true
|
||||
echo -n "."
|
||||
done
|
||||
'')
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue