Skip to content

Commit e56f486

Browse files
committed
wip: fix
1 parent 84f25e2 commit e56f486

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

blueprint.cue

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
version: "1.0"
2-
global: ci: {
3-
local: [
4-
"^check.*$",
5-
"^build.*$",
6-
"^test.*$",
7-
]
8-
registries: [
9-
"ghcr.io/input-output-hk/catalyst-forge-playground",
10-
]
11-
providers: github: registry: "ghcr.io"
2+
global: {
3+
ci: {
4+
local: [
5+
"^check.*$",
6+
"^build.*$",
7+
"^test.*$",
8+
]
9+
registries: [
10+
"ghcr.io/input-output-hk/catalyst-forge-playground",
11+
]
12+
providers: github: registry: "ghcr.io"
13+
}
14+
repo: {
15+
defaultBranch: "master"
16+
name: "input-output-hk/catalyst-forge-playground"
17+
}
1218
}

0 commit comments

Comments
 (0)