Skip to content

Commit 9760a9d

Browse files
committed
Removed blank spaces
1 parent 8cb5021 commit 9760a9d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/mas/devops/tekton.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,23 +1184,23 @@ def launchUpdatePipeline(dynClient: DynamicClient, params: dict) -> str:
11841184
def launchDb2MigrationPipeline(dynClient: DynamicClient, params: dict) -> str:
11851185
"""
11861186
Create a PipelineRun to migrate Db2uCluster to Db2uInstance.
1187-
1187+
11881188
Parameters:
11891189
dynClient (DynamicClient): OpenShift Dynamic Client
11901190
params (dict): Migration parameters including:
11911191
- db2_migration_namespace: Target namespace
11921192
- db2_migration_cluster_name: Cluster to migrate
11931193
- db2_migration_backup_enabled: Whether to backup
1194-
1194+
11951195
Returns:
11961196
str: URL to the PipelineRun in the OpenShift console
1197-
1197+
11981198
Raises:
11991199
NotFoundError: If resources cannot be created
12001200
"""
12011201
namespace = "mas-pipelines"
12021202
timestamp = launchPipelineRun(dynClient, namespace, "pipelinerun-db2-migration", params)
1203-
1203+
12041204
pipelineURL = f"{getConsoleURL(dynClient)}/k8s/ns/mas-pipelines/tekton.dev~v1beta1~PipelineRun/db2-migration-{timestamp}"
12051205
return pipelineURL
12061206

0 commit comments

Comments
 (0)