Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 5ddc3be

Browse files
committed
move go-ipfs config from go.json to custom.json
1 parent 0ee771b commit 5ddc3be

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

configs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This directory contains config files used for workflow dispatch.
66
| --- | --- |
77
| go | repositories containing Go code |
88
| testing | repositories used for testing unified CI workflows |
9+
| custom | repositories not ready for full unified CI |
910

1011
## Adding new repository to existing config file
1112

configs/custom.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"defaults": {
3+
"files": []
4+
},
5+
"repositories": [
6+
{
7+
"target": "ipfs/go-ipfs",
8+
"files": [
9+
".github/workflows/automerge.yml",
10+
".github/workflows/sync-release-assets.yml"
11+
],
12+
"dist": "go-ipfs"
13+
}
14+
]
15+
}

configs/go.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@
5252
{ "target": "ipfs/go-filestore" },
5353
{ "target": "ipfs/go-fs-lock" },
5454
{ "target": "ipfs/go-graphsync" },
55-
{
56-
"target": "ipfs/go-ipfs",
57-
"files": [
58-
".github/workflows/automerge.yml",
59-
".github/workflows/sync-release-assets.yml"
60-
],
61-
"dist": "go-ipfs",
62-
"deploy_versioning": false,
63-
"deploy_go": false
64-
},
6555
{ "target": "ipfs/go-ipfs-api" },
6656
{ "target": "ipfs/go-ipfs-blockstore" },
6757
{ "target": "ipfs/go-ipfs-blocksutil" },

0 commit comments

Comments
 (0)