Merge pull request #222 from ublue-os/rm-subshell

chore(just): Don't sign image in a subshell
This commit is contained in:
Kyle Gospodnetich 2023-08-29 12:21:58 -07:00 committed by GitHub
commit 08e1574ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -294,6 +294,5 @@ _toggle_wayland:
fi
sign-image:
#!/usr/bin/env bash
source /etc/default/bazzite
source /etc/default/bazzite && \
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/${IMAGE_VENDOR}/${IMAGE_NAME}:${FEDORA_MAJOR_VERSION}

View File

@ -209,6 +209,5 @@ unhide-grub:
fi
sign-image:
#!/usr/bin/env bash
source /etc/default/bazzite
source /etc/default/bazzite && \
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/${IMAGE_VENDOR}/${IMAGE_NAME}:${FEDORA_MAJOR_VERSION}