Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed Apr 27, 2020
1 parent f63f43c commit 142f9f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sbt/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func (d Distribution) Contribute(layer libcnb.Layer) (libcnb.Layer, error) {
return libcnb.Layer{}, fmt.Errorf("unable to expand SBT\n%w", err)
}

layer.Build = true
layer.Cache = true
return layer, nil
})
Expand Down
1 change: 0 additions & 1 deletion sbt/distribution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func testDistribution(t *testing.T, context spec.G, it spec.S) {
layer, err = d.Contribute(layer)
Expect(err).NotTo(HaveOccurred())

Expect(layer.Build).To(BeTrue())
Expect(layer.Cache).To(BeTrue())
Expect(filepath.Join(layer.Path, "fixture-marker")).To(BeARegularFile())
})
Expand Down

0 comments on commit 142f9f9

Please sign in to comment.