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 5454 run : |
5555 echo CI_CLOUD: ${{ env.CI_CLOUD }}
5656
57- - name : setup environment
57+ - name : Setup environment
5858 run : |
5959 python3 -m venv venv
6060 . venv/bin/activate
@@ -124,7 +124,7 @@ jobs:
124124 run : |
125125 echo CI_CLOUD: ${{ env.CI_CLOUD }}
126126
127- - name : setup environment
127+ - name : Setup environment
128128 run : |
129129 python3 -m venv venv
130130 . venv/bin/activate
@@ -149,7 +149,7 @@ jobs:
149149 bash .github/bin/get-s3-image.sh ${{ env.TARGET_IMAGE }} ${{ env.S3_BUCKET }}
150150
151151 - name : Cleanup OpenStack Image (on error or cancellation)
152- if : cancelled()
152+ if : cancelled() || failure()
153153 run : |
154154 . venv/bin/activate
155155 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