From c795a06dbca97a0dbfeac2939d2b0fc60497852e Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 18 Nov 2024 10:57:47 -0500 Subject: [PATCH] Fixed failing integration test. --- internal/runbits/runtime/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/runbits/runtime/runtime.go b/internal/runbits/runtime/runtime.go index 5cd987d89d..83b995ff75 100644 --- a/internal/runbits/runtime/runtime.go +++ b/internal/runbits/runtime/runtime.go @@ -253,7 +253,7 @@ func Update( if opts.Archive != nil { rtOpts = append(rtOpts, runtime.WithArchive(opts.Archive.Dir, opts.Archive.PlatformID, checkout.ArtifactExt)) } - if commit.BuildPlan().IsBuildInProgress() { + if buildPlan.IsBuildInProgress() { // Build progress URL is of the form // https://///distributions?branch=&commitID= host := constants.DefaultAPIHost