Skip to content
Snippets Groups Projects
Commit 2081f549 authored by Daniel Firth's avatar Daniel Firth
Browse files

use tar xvf

parent d806c5f8
1 merge request!5Readme keys
Pipeline #4722 passed with stage
in 14 seconds
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
let let
make-foliage-repo = writeBashBin "make-foliage-repo" '' make-foliage-repo = writeBashBin "make-foliage-repo" ''
echo $FOLIAGE_KEYS | base64 -d | tar xz -C _keys echo $FOLIAGE_KEYS | base64 -d | tar xvf -C _keys
${horizon-core.packages.${system}.foliage}/bin/foliage -- build ${horizon-core.packages.${system}.foliage}/bin/foliage -- build
ls _repo/* -alh ls _repo/* -alh
''; '';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment