From 6452496222b2bed4bca7b292c9c9fee961dedc07 Mon Sep 17 00:00:00 2001 From: Matthew McNew Date: Thu, 6 Aug 2020 19:37:52 -0500 Subject: [PATCH] Use exact commits for test apps --- populate/populate.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/populate/populate.go b/populate/populate.go index e327431..bc5b583 100644 --- a/populate/populate.go +++ b/populate/populate.go @@ -199,15 +199,15 @@ func randomSourceConfig() (v1alpha1.SourceConfig, string) { }, { Git: &v1alpha1.Git{ - URL: "https://github.com/cloudfoundry/go-mod-cnb", - Revision: "master", + URL: "https://github.com/paketo-buildpacks/nginx", + Revision: "85f4a1e8ec3ae774ade1bfae3a886b6ae7865303", }, - SubPath: "integration/testdata/vendored", + SubPath: "integration/testdata/simple_app", }, { Git: &v1alpha1.Git{ - URL: "https://github.com/cloudfoundry/dotnet-core-runtime-cnb", - Revision: "master", + URL: "https://github.com/paketo-buildpacks/dotnet-core-runtime", + Revision: "9ff9b56e88bf674391b2609b4dadeea28599da6a", }, SubPath: "integration/testdata/simple_app", },