Skip to content

Commit

Permalink
fix pipeline task issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Oh committed Sep 17, 2019
1 parent 452b39a commit 4931a20
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions m4/payment-service/knative/pipeline/openshift-client-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@ kind: Task
metadata:
name: openshift-client
spec:
inputs:
params:
- name: ARGS
description: The OpenShift CLI arguments to run
type: array
default:
- "help"
steps:
- name: oc
image: quay.io/openshift-pipeline/openshift-cli:latest
command: ["/usr/local/bin/oc"]
args:
- "${inputs.params.ARGS}"
- 'rollout'
- 'latest'
- 'spring-petclinic'

0 comments on commit 4931a20

Please sign in to comment.