Skip to content

Commit

Permalink
bake: fix missing default target in group's default targets
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jan 21, 2025
1 parent 4b68aa8 commit 0bcd5b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions __tests__/.fixtures/bake-03-default.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"group": {
"default": {
"targets": [
"default"
]
}
},
"target": {
"default": {
"context": ".",
Expand Down

0 comments on commit 0bcd5b2

Please sign in to comment.