Skip to content

Commit

Permalink
wip: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 28, 2024
1 parent 9a9c667 commit 79379bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/postgresql/blueprint.cue
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
version: "1.0"
project: name: "ci-examples-postgresql"
project: {
name: "ci-examples-postgresql"
ci: targets: {
"test-1": priviledged: true
"test-2": priviledged: true
"test-3": priviledged: true
"test-4": priviledged: true
}
}

0 comments on commit 79379bf

Please sign in to comment.