Skip to content

Commit 4ae51a7

Browse files
committed
chore: simplify ci var fix
1 parent 60b70ee commit 4ae51a7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ export default async function (root: string, variables: Variables) {
9898
"scripts/clean.ts": copy(join(__dirname, "content", "clean.ts")),
9999
".github/workflows/ci.yml": mustache({
100100
sourcePath: join(__dirname, "content", "ci.yml"),
101-
variables: {
102-
postgress: false,
103-
env_vault: false,
104-
...variables.ci,
105-
},
101+
variables: variables.ci || {},
106102
}),
107103
".github/matchers/tap.json": copy(join(__dirname, "content", "tap.json")),
108104
};

0 commit comments

Comments
 (0)