File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -241,25 +241,9 @@ jobs:
241
241
mkdir -p ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
242
242
/bin/cp -v -R ./bundle/* ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
243
243
/bin/cp -v -R ./config/community-operators/* ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)
244
- ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
245
- cd ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
246
- pwd
247
- ls
248
- pwd
249
-
250
- - name : test
251
- shell : bash
252
- run : |
253
- pwd
254
- ls -al
255
- ls -al /home/runner/work/namespace-configuration-operator/namespace-configuration-operator
256
- ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
257
- cd ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
258
- pwd
259
- ls
260
244
261
245
- name : process bundle for disconnected support
262
246
uses : redhat-cop/github-actions/disconnected-csv@master
263
247
with :
264
- CSV_FILE : tmp/community-operators/community-operators/namespace-configuration-operator/9.9.0 /manifests/namespace-configuration-operator. clusterserviceversion.yaml
248
+ CSV_FILE : " ./ tmp/community-operators/community-operators/${{ env.REPOSITORY_NAME }}/${{ env.VERSION }} /manifests/${{ env.REPOSITORY_NAME }}. clusterserviceversion.yaml"
265
249
TAGS_TO_DIGESTS : ${OPERATOR_IMAGE_TAG}
You can’t perform that action at this time.
0 commit comments