forked from the-distro/ofborg
Update users, merge the scripts
This commit is contained in:
parent
c5464b6406
commit
4bd9562075
|
@ -34,6 +34,7 @@
|
|||
"disassembler",
|
||||
"domenkozar",
|
||||
"dotlambda",
|
||||
"dtzwill",
|
||||
"dywedir",
|
||||
"edolstra",
|
||||
"edwtjo",
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -p bash -p jq -p curl -i bash
|
||||
|
||||
jq -s '.[0] * .[1] * .[2]' ./config.public.json ./config.known-users.json ./config.private.json > ./config.prod.json
|
|
@ -33,3 +33,5 @@ done
|
|||
jq -s '{ "runner": { "known_users": .[0]}}' "$accumulator" > "$dest"
|
||||
|
||||
rm -f "$result" "$scratch" "$accumulator"
|
||||
|
||||
jq -s '.[0] * .[1] * .[2]' ./config.public.json ./config.known-users.json ./config.private.json > ./config.prod.json
|
||||
|
|
Loading…
Reference in a new issue