From a982df47df3a4ba8686b91b71987bc668c67a782 Mon Sep 17 00:00:00 2001 From: Christopher Nuland Date: Thu, 5 Aug 2021 05:10:34 -0400 Subject: [PATCH] test --- .github/workflows/push.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index cc2d29fe..45ce1b6d 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -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 @@ -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} \ No newline at end of file