File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 25
25
env :
26
26
ANSIBLE_FORCE_COLOR : True
27
27
OS_CLOUD : openstack
28
- CI_CLOUD : ${{ vars.CI_CLOUD }}
28
+ CI_CLOUD : ${{ vars.CI_CLOUD }}exit
29
29
steps :
30
30
- uses : actions/checkout@v2
31
31
92
92
sudo apt -y install libguestfs-tools
93
93
94
94
- name : mkdir for mount
95
- run : sudo mkdir -p './${{ steps.manifest.outputs.image-name }}'
95
+ run : mkdir -p './${{ steps.manifest.outputs.image-name }}'
96
96
97
97
- name : mount qcow2 file
98
98
run : sudo guestmount -a ${{ steps.manifest.outputs.image-name }}.qcow2 -i --ro -o allow_other './${{ steps.manifest.outputs.image-name }}'
@@ -123,3 +123,6 @@ jobs:
123
123
exit-code : ' 1'
124
124
severity : ' CRITICAL'
125
125
ignore-unfixed : true
126
+
127
+ - name : Unmount image directory
128
+ run : sudo guestunmount './${{ steps.manifest.outputs.image-name }}''
You can’t perform that action at this time.
0 commit comments