Skip to content

Commit ab25bce

Browse files
committed
fix(ci): run sharness on bigger box
1 parent d82dec3 commit ab25bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
- checkout
1010
- run:
1111
name: Generate params
12-
# for builds on the ipfs/go-ipfs repo, use 2xlarge for faster builds
12+
# for builds on the ipfs/kubo repo, use 2xlarge for faster builds
1313
# but since this is not available for many contributors, we otherwise use medium
1414
command: |
1515
echo $CIRCLE_REPOSITORY_URL
16-
if [ "$CIRCLE_REPOSITORY_URL" = '[email protected]:ipfs/go-ipfs.git' ]; then
16+
if [ "$CIRCLE_REPOSITORY_URL" = '[email protected]:ipfs/kubo.git' ]; then
1717
resource_class=2xlarge
1818
make_jobs=10
1919
else

0 commit comments

Comments
 (0)