We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c9cb4 commit b7252b2Copy full SHA for b7252b2
.github/workflows/main.yml
@@ -132,10 +132,12 @@ jobs:
132
BUNDLE_NAME: ${{ env.NEW_OLM_CHANNEL }}
133
FBC_DIR: rhtas-operator
134
GRAPH: ${{ env.OCP_VERSION }}/rhtas-operator/graph.yaml
135
+ CHANNELS: "stable,stable-v1.3"
136
CATALOG_FILE: ${{ env.OCP_VERSION }}/rhtas-operator/catalog/rhtas-operator/catalog.json
137
run: |
138
cd fbc
139
utils/configure_bundles.sh
140
+ utils/configure_channels.sh
141
utils/render_catalog.sh
142
143
cat ${{ env.GRAPH }}
0 commit comments