Skip to content

Commit

Permalink
restore config
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ authored Nov 28, 2023
1 parent c6be933 commit 431969d
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 := branch
sharedLibraryRef := agentImageTag
if len(step.ProvisionParams.SharedLibraryRef) > 0 {
sharedLibraryRef = renderTemplate(t, step.ProvisionParams.SharedLibraryRef, tmplData)
}
Expand Down

0 comments on commit 431969d

Please sign in to comment.