Skip to content

Commit 2a2bd38

Browse files
committed
Horrible hack to skip signature verified
1 parent 80ee05b commit 2a2bd38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
- name: Make image usable for further builds
103103
run: |
104104
. venv/bin/activate
105-
openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}"
105+
# if there, remove signature_verified
106+
openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}" || true
106107
107108
- name: Upload manifest artifact
108109
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)