Skip to content

Commit 1ccbaed

Browse files
committed
don't allow errors
1 parent a2200d5 commit 1ccbaed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ jobs:
264264

265265
- name: Build a Rocky Linux 9 ${{ matrix.arch }} overcloud host image
266266
id: build_rocky_9
267-
continue-on-error: true
268267
run: |
269268
source venvs/kayobe/bin/activate &&
270269
source src/kayobe-config/kayobe-env --environment ci-builder &&
@@ -332,7 +331,6 @@ jobs:
332331

333332
- name: Build an Ubuntu Noble 24.04 ${{ matrix.arch }} overcloud host image
334333
id: build_ubuntu_noble
335-
continue-on-error: true
336334
run: |
337335
source venvs/kayobe/bin/activate &&
338336
source src/kayobe-config/kayobe-env --environment ci-builder &&

0 commit comments

Comments
 (0)