diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 9a2f3360..02b8e08c 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -241,25 +241,9 @@ jobs: mkdir -p ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION} /bin/cp -v -R ./bundle/* ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION} /bin/cp -v -R ./config/community-operators/* ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY) - ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION} - cd ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests - pwd - ls - pwd - - - name: test - shell: bash - run: | - pwd - ls -al - ls -al /home/runner/work/namespace-configuration-operator/namespace-configuration-operator - ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION} - cd ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests - pwd - ls - name: process bundle for disconnected support uses: redhat-cop/github-actions/disconnected-csv@master with: - CSV_FILE: tmp/community-operators/community-operators/namespace-configuration-operator/9.9.0/manifests/namespace-configuration-operator.clusterserviceversion.yaml + CSV_FILE: "./tmp/community-operators/community-operators/${{ env.REPOSITORY_NAME }}/${{ env.VERSION }}/manifests/${{ env.REPOSITORY_NAME }}.clusterserviceversion.yaml" TAGS_TO_DIGESTS: ${OPERATOR_IMAGE_TAG} \ No newline at end of file