Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .bin/kiln
Binary file not shown.
5 changes: 5 additions & 0 deletions internal/acceptance/carvel/carvel_workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@ var _ = Describe("carvel full workflow", Ordered, func() {
"carvel", "bake",
"--source-directory", inputPath,
"--output-file", outputFile,
// Without --from-lockfile, `carvel bake` regenerates the
// tile's own release from source (same as Step 1) and never
// touches Artifactory — it wouldn't exercise the lockfile/CI
// path this step is meant to test.
"--from-lockfile",
"--verbose",
}, variableFlags()...)...,
)
Expand Down
Loading
Loading