Skip to content

Commit

Permalink
match Shared library to branch used instead of agent tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ authored Nov 28, 2023
1 parent b2d849f commit c6be933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quickstarter/quickstarter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func executeProvision(t *testing.T, step TestStep, testdataPath string, tmplData
if len(step.ProvisionParams.AgentImageTag) > 0 {
agentImageTag = renderTemplate(t, step.ProvisionParams.AgentImageTag, tmplData)
}
sharedLibraryRef := agentImageTag
sharedLibraryRef := branch
if len(step.ProvisionParams.SharedLibraryRef) > 0 {
sharedLibraryRef = renderTemplate(t, step.ProvisionParams.SharedLibraryRef, tmplData)
}
Expand Down

0 comments on commit c6be933

Please sign in to comment.