Skip to content

Commit

Permalink
Use the same docker image for both v3/app_lifecycle.go and docker/doc…
Browse files Browse the repository at this point in the history
…ker_lifecycle.go
  • Loading branch information
aad committed Dec 6, 2018
1 parent d7817f6 commit adab86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/app_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ var _ = V3Describe("v3 docker app lifecycle", func() {
spaceGuid = GetSpaceGuidFromName(TestSetup.RegularUserContext().Space)
appCreationEnvironmentVariables = `"foo":"bar"`
appGuid = CreateDockerApp(appName, spaceGuid, `{"foo":"bar"}`)
packageGuid = CreateDockerPackage(appGuid, "cloudfoundry/diego-docker-app:latest")
packageGuid = CreateDockerPackage(appGuid, Config.GetPublicDockerAppImage())
token = GetAuthToken()

appUrl := "https://" + appName + "." + Config.GetAppsDomain()
Expand Down

0 comments on commit adab86f

Please sign in to comment.