Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Nuland committed Aug 5, 2021
1 parent b87c99c commit fc8a7e9
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit fc8a7e9

Please sign in to comment.