Change bootstrap isoImage command in CI

This commit is contained in:
Benjamin Bädorf 2022-04-30 23:20:47 +02:00
parent a94a41f444
commit 3dc6e6a5f6
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -123,7 +123,7 @@ steps:
- |
nix --print-build-logs --verbose \
develop --command \
bud build bootstrap bootstrapIso
bud build bootstrap isoImage
- cp $(readlink -f result)/iso/*.iso /var/nix/iso-cache/
- name: "Publish ISO"
@ -158,6 +158,6 @@ volumes:
---
kind: signature
hmac: e806a6980afdc1bf451be231db1a61e7917822a1f78afe3f2136eadfd632d521
hmac: 0c0731948a73c30cff44c3dbbf4d1a131680b8777d9986ca04699b9f5c82bab2
...