mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 15:20:19 +00:00
parent
97ce5bbac7
commit
c85fb16de3
@ -14,9 +14,7 @@ SCRIPT_DIR="$(pwd)"
|
|||||||
(
|
(
|
||||||
echo "*** create builtin distribution package ***"
|
echo "*** create builtin distribution package ***"
|
||||||
cd ..
|
cd ..
|
||||||
mv builtin-package trust-graph
|
tar --exclude="package.sh" -f trust-graph.tar.gz -zcv --transform 's|builtin-package|trust-graph|' builtin-package
|
||||||
tar --exclude="package.sh" -f trust-graph.tar.gz -zcv ./trust-graph
|
|
||||||
mv trust-graph builtin-package
|
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "*** done ***"
|
echo "*** done ***"
|
||||||
|
Loading…
Reference in New Issue
Block a user