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 79379bf commit 9f85499
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/postgresql/blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: "1.0"
project: {
name: "ci-examples-postgresql"
ci: targets: {
"test-1": priviledged: true
"test-2": priviledged: true
"test-3": priviledged: true
"test-4": priviledged: true
"test-1": privileged: true
"test-2": privileged: true
"test-3": privileged: true
"test-4": privileged: true
}
}

0 comments on commit 9f85499

Please sign in to comment.