We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb55e6 commit decd459Copy full SHA for decd459
.github/workflows/openshift-certification.yml
@@ -40,11 +40,7 @@ jobs:
40
name: ${{ inputs.image }}-${{ inputs.image_version }}
41
42
- name: List files after artifact download
43
- run: ls -lR ${{ inputs.image }}-${{ inputs.image_version }}
44
-
45
46
- - name: Move tarball to workspace root
47
- run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar ${{ inputs.image }}-${{ inputs.image_version }}.tar
+ run: ls -l ${{ inputs.image }}-${{ inputs.image_version }}.tar
48
49
- name: Load image into Docker
50
run: |
0 commit comments