Skip to content

Commit a416133

Browse files
committed
[patch] add newline at EOF
1 parent 53b59a2 commit a416133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/tekton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,4 @@ def launchAiServiceUpgradePipeline(dynClient: DynamicClient,
564564
pipelineRunsAPI.apply(body=pipelineRun, namespace=namespace)
565565

566566
pipelineURL = f"{getConsoleURL(dynClient)}/k8s/ns/aiservice-{aiserviceInstanceId}-pipelines/tekton.dev~v1beta1~PipelineRun/{aiserviceInstanceId}-upgrade-{timestamp}"
567-
return pipelineURL
567+
return pipelineURL

0 commit comments

Comments
 (0)