Skip to content

Commit 0d73d13

Browse files
author
Christopher Nuland
committed
test
1 parent 4b50ae1 commit 0d73d13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/push.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,15 @@ jobs:
245245
ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
246246
pwd
247247
248+
- name: test
249+
shell: bash
250+
run: |
251+
pwd
252+
ls -al
253+
ls -al /home/runner/work/namespace-configuration-operator/namespace-configuration-operator
254+
ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
255+
ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
256+
248257
- name: process bundle for disconnected support
249258
uses: redhat-cop/github-actions/disconnected-csv@master
250259
with:

0 commit comments

Comments
 (0)