Skip to content

Commit

Permalink
[OpenShift] Remove openshift-client from update-task
Browse files Browse the repository at this point in the history
We managed this task directly in this repository, so let's not update
it when we run the `update-tasks.sh` script.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Nov 3, 2021
1 parent eee2a0e commit 35c7ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/openshift/update-tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ EOF
declare -r TEKTON_CATALOG="https://raw.githubusercontent.com/openshift/tektoncd-catalog"
declare -A TEKTON_CATALOG_TASKS=(
# Need to remove version param
["openshift-client"]="0.2"
["git-clone"]="0.4"
# Need to fix the task upstream for removing priviledged
# ["buildah"]="0.1"
["kn"]="0.1"
["kn-apply"]="0.1"
["skopeo-copy"]="0.1"
["tkn"]="0.2"
# Those tasks are managed directly in the repository
# ["buildah"]="0.1"
# ["openshift-client"]="0.2"
)

declare -r OPENSHIFT_CATALOG="https://raw.githubusercontent.com/openshift/pipelines-catalog"
Expand Down

0 comments on commit 35c7ea4

Please sign in to comment.