Skip to content

Commit

Permalink
fix(compile-bosh-release-tarballs): sha field is not modified
Browse files Browse the repository at this point in the history
don't change Kilnfile.lock when the release is not uploaded
the author should use sync releases and then upload the release a
release source
  • Loading branch information
crhntr committed Aug 9, 2023
1 parent 1be39cf commit bd784ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/compile_bosh_release_tarballs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var _ = Describe("compile-bosh-release-tarballs", func() {
{
Name: "bpm",
Version: "1.1.21",
SHA1: "d260e4a628087f030dbc4d66bd6f688ec979b5bb",
// note the sha and release source/path have not been modified
},
}))
})
Expand Down

0 comments on commit bd784ce

Please sign in to comment.