Skip to content

Commit

Permalink
yarn lint
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed May 23, 2024
1 parent 206bc7d commit 55c1e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/che-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export namespace CheTasks {
if (await Che.isPluginRegistryDeploymentConfigured()) {
tasks.add(PodTasks.getScaleDeploymentTask(EclipseChe.PLUGIN_REGISTRY, EclipseChe.PLUGIN_REGISTRY_DEPLOYMENT_NAME, 0, flags[CHE_NAMESPACE_FLAG]))
}

if (await Che.isDevfileRegistryDeploymentConfigured()) {
tasks.add(PodTasks.getScaleDeploymentTask(EclipseChe.DEVFILE_REGISTRY, EclipseChe.DEVFILE_REGISTRY_DEPLOYMENT_NAME, 0, flags[CHE_NAMESPACE_FLAG]))
}
Expand Down

0 comments on commit 55c1e3b

Please sign in to comment.