Skip to content

Commit decd459

Browse files
committed
Remove mv step
1 parent aeb55e6 commit decd459

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/openshift-certification.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ jobs:
4040
name: ${{ inputs.image }}-${{ inputs.image_version }}
4141

4242
- 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
43+
run: ls -l ${{ inputs.image }}-${{ inputs.image_version }}.tar
4844

4945
- name: Load image into Docker
5046
run: |

0 commit comments

Comments
 (0)