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 2ee5d82 commit a982df4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ jobs:
/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}
ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
cd ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
pwd
ls
pwd
- name: test
Expand All @@ -252,11 +254,12 @@ jobs:
ls -al
ls -al /home/runner/work/namespace-configuration-operator/namespace-configuration-operator
ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
echo './tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests/namespace-configuration-operator.clusterserviceversion.yaml'
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: /home/runner/work/namespace-configuration-operator/namespace-configuration-operator/tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests/namespace-configuration-operator.clusterserviceversion.yaml
CSV_FILE: tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests/namespace-configuration-operator.clusterserviceversion.yaml
TAGS_TO_DIGESTS: ${OPERATOR_IMAGE_TAG}

0 comments on commit a982df4

Please sign in to comment.