Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
prod: temporarily remove -Q flag to print file upload progress to deb…
Browse files Browse the repository at this point in the history
…ug problem with a wrong MIME header on a file
  • Loading branch information
skylenet committed Oct 11, 2023
1 parent 29812da commit 01b3575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/production/applications/ipfs-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ command:
- -acxe
- >-
echo "Start: $(date)";
hash=$(ipfs --api "$IPFS_API" add -Q -r /data/contracts);
hash=$(ipfs --api "$IPFS_API" add -r /data/contracts);
echo "End: $(date) - $hash";
echo "Start: $(date)";
ipfs --api "$IPFS_API" files rm -r /contracts || true;
Expand Down

0 comments on commit 01b3575

Please sign in to comment.