diff --git a/.circleci/config.yml b/.circleci/config.yml index ffabab7ada7..a40a162aa18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,11 +9,11 @@ jobs: - checkout - run: name: Generate params - # for builds on the ipfs/go-ipfs repo, use 2xlarge for faster builds + # for builds on the ipfs/kubo repo, use 2xlarge for faster builds # but since this is not available for many contributors, we otherwise use medium command: | echo $CIRCLE_REPOSITORY_URL - if [ "$CIRCLE_REPOSITORY_URL" = 'git@github.com:ipfs/go-ipfs.git' ]; then + if [ "$CIRCLE_REPOSITORY_URL" = 'git@github.com:ipfs/kubo.git' ]; then resource_class=2xlarge make_jobs=10 else