Skip to content

Commit 3403b95

Browse files
author
Vincent Demeester
committed
Fix trailing spaces in openshift-client task
Fix yamllint errors (trailing-spaces) on lines 46, 59, 61 that cause CI lint to fail on all PRs. /kind cleanup
1 parent 255f9d3 commit 3403b95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

task/openshift-client/0.2/openshift-client.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
- name: RESULT
4444
description: Can be used to store output in order to be used by following tasks (with tasks.taskname.results.RESULT). Default value is empty string
4545
type: string
46-
46+
4747
steps:
4848
- name: oc
4949
image: quay.io/openshift/origin-cli:$(params.VERSION)
@@ -56,7 +56,7 @@ spec:
5656
[[ "$(workspaces.kubeconfig-dir.bound)" == "true" ]] && \
5757
[[ -f $(workspaces.kubeconfig-dir.path)/kubeconfig ]] && \
5858
export KUBECONFIG=$(workspaces.kubeconfig-dir.path)/kubeconfig
59-
59+
6060
echo "" > $(results.RESULT.path)
61-
61+
6262
$(params.SCRIPT)

0 commit comments

Comments
 (0)