Skip to content

Commit

Permalink
Remove Pack volumes mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Sep 25, 2023
1 parent 7c60e66 commit f036465
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions java/akka/smoke_test/akka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func testAkkaWithBuilder(builder string) func(*testing.T, spec.G, spec.S) {

pack occam.Pack
docker occam.Docker
home string = os.Getenv("HOME")
)

it.Before(func() {
Expand Down Expand Up @@ -110,7 +109,6 @@ func testAkkaWithBuilder(builder string) func(*testing.T, spec.G, spec.S) {
image, logs, err = pack.Build.
WithPullPolicy("never").
WithBuilder(builder).
WithVolumes(fmt.Sprintf("%s/.m2:/home/cnb/.m2:rw", home)).
WithGID("123").
Execute(name, source)
Expect(err).ToNot(HaveOccurred(), logs.String)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func testApplicationInsightsWithBuilders(builder string) func(*testing.T, spec.G

pack occam.Pack
docker occam.Docker
home string = os.Getenv("HOME")
)

it.Before(func() {
Expand Down Expand Up @@ -105,7 +104,6 @@ func testApplicationInsightsWithBuilders(builder string) func(*testing.T, spec.G
image, logs, err = pack.Build.
WithPullPolicy("never").
WithBuilder(builder).
WithVolumes(fmt.Sprintf("%s/.m2:/home/cnb/.m2:rw", home)).
WithGID("123").
Execute(name, source)
Expect(err).ToNot(HaveOccurred(), logs.String)
Expand Down

0 comments on commit f036465

Please sign in to comment.