File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -356,13 +356,14 @@ jobs:
356
356
working-directory : ${{ github.workspace }}/terraform-kayobe-multinode
357
357
if : ${{ always() && steps.config_ach.outcome == 'success' }}
358
358
359
- # NOTE: The tmux log rename is due to GitHub Actions not accepting files with a colon as artifacts.
360
- - name : Fix up deployment log filename
361
- run : |
362
- if [[ -f ${{ github.workspace }}/logs/tmux.kayobe:0.log ]]; then
363
- mv ${{ github.workspace }}/logs/tmux.kayobe:0.log ${{ github.workspace }}/logs/tmux.kayobe.log
364
- fi
365
- working-directory : ${{ github.workspace }}/terraform-kayobe-multinode
359
+ # GitHub Actions does not accept filenames with certain characters, and
360
+ # fails the upload-artifact action if any exist. The tmux log file
361
+ # contains a colon, as do previous Tempest results directories.
362
+ - name : Sanitise artifact filenames
363
+ uses :
stackhpc/stackhpc-openstack-gh-workflows/[email protected]
364
+ with :
365
+ path : |
366
+ ${{ github.workspace }}/logs/
366
367
if : ${{ always() && steps.config_ach.outcome == 'success' }}
367
368
368
369
- name : Upload test result artifacts
You can’t perform that action at this time.
0 commit comments