openshift-pipelines / pipeline-service

SaaS for Tekton Pipelines
Apache License 2.0
23 stars 44 forks source link

copy pipeline-svc install of yq to open-infra-deployment job #1013

Closed gabemontero closed 3 months ago

gabemontero commented 3 months ago

Discovered with the post merge job in https://github.com/openshift-pipelines/pipeline-service/pull/1010 that yq is not available in the base image provided by build-definitions

if this does not work, per discussion with @enarha I'll try awk, then either pin both images, or maybe @enarha tries his python idea

rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED

gabemontero commented 3 months ago

@enarha came up with a sed based solution