Skip to content

Commit fc8a7e9

Browse files
author
Christopher Nuland
committed
test
1 parent b87c99c commit fc8a7e9

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -241,25 +241,9 @@ jobs:
241241
mkdir -p ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
242242
/bin/cp -v -R ./bundle/* ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
243243
/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
260244
261245
- name: process bundle for disconnected support
262246
uses: redhat-cop/github-actions/disconnected-csv@master
263247
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"
265249
TAGS_TO_DIGESTS: ${OPERATOR_IMAGE_TAG}

0 commit comments

Comments
 (0)