diff --git a/.circleci/config.yml b/.circleci/config.yml index 0af8b76a0..7b275ad52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,8 +30,9 @@ jobs: hash=$(ipfs-cluster-ctl \ --host /dnsaddr/cluster.ipfs.io \ --basic-auth $CLUSTER_USER:$CLUSTER_PASSWORD \ - add --rmin 3 --rmax 3 --name "$DOMAIN" \ - --recursive /tmp/workspace/$BUILD_DIR | tail -n1 | cut -d " " -f 2 ) + add --quieter \ + --name "$DOMAIN build $CIRCLE_BUILD_NUM" \ + --recursive /tmp/workspace/$BUILD_DIR ) preview_url=https://ipfs.io/ipfs/$hash