File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
run : |
55
55
echo CI_CLOUD: ${{ env.CI_CLOUD }}
56
56
57
- - name : setup environment
57
+ - name : Setup environment
58
58
run : |
59
59
python3 -m venv venv
60
60
. venv/bin/activate
@@ -124,7 +124,7 @@ jobs:
124
124
run : |
125
125
echo CI_CLOUD: ${{ env.CI_CLOUD }}
126
126
127
- - name : setup environment
127
+ - name : Setup environment
128
128
run : |
129
129
python3 -m venv venv
130
130
. venv/bin/activate
@@ -149,7 +149,7 @@ jobs:
149
149
bash .github/bin/get-s3-image.sh ${{ env.TARGET_IMAGE }} ${{ env.S3_BUCKET }}
150
150
151
151
- name : Cleanup OpenStack Image (on error or cancellation)
152
- if : cancelled()
152
+ if : cancelled() || failure()
153
153
run : |
154
154
. venv/bin/activate
155
155
image_hanging=$(openstack image list --name ${{ env.TARGET_IMAGE }} -f value -c ID -c Status | grep -v ' active$' | awk '{print $1}')
You can’t perform that action at this time.
0 commit comments