Skip to content

Commit

Permalink
chore: fix yq script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmage authored and openshift-merge-bot[bot] committed May 30, 2024
1 parent 012186d commit ce015df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/prepare-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ yq eval -i '

yq eval -i '
.annotations["operators.operatorframework.io.bundle.channel.default.v1"] = strenv(DEFAULT_CHANNEL) |
.annotations["operators.operatorframework.io.bundle.channels.v1"] = strenv(CHANNEL) |
.annotations["operators.operatorframework.io.bundle.channels.v1"] = strenv(CHANNEL)
' ./bundle/metadata/annotations.yaml

0 comments on commit ce015df

Please sign in to comment.