Skip to content

Commit

Permalink
making remote build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrangelramos committed Oct 10, 2024
1 parent 08f42ba commit 6d0f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oncluster/scenario_remote-repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestRemoteRepository(t *testing.T) {

knFunc.SourceDir = funcPath

knFunc.Exec("deploy", "--registry", common.GetRegistry())
knFunc.Exec("deploy", "--registry", common.GetRegistry(), "--remote")
defer knFunc.Exec("delete")
_, functionUrl := common.WaitForFunctionReady(t, funcName)

Expand Down

0 comments on commit 6d0f074

Please sign in to comment.