mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 09:35:24 +00:00
fix: simplify code and add if back for testing
This commit is contained in:
parent
224e883845
commit
ca4434389e
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
@ -141,7 +141,7 @@ jobs:
|
||||
echo "iso-upload-dir=${ISO_UPLOAD_DIR}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Upload ISOs and Checksum to Job Artifacts
|
||||
#if: github.ref_name == 'testing'
|
||||
if: github.ref_name == 'testing'
|
||||
#if: github.event_name == 'pull_request'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
@ -1,4 +1 @@
|
||||
<%page args="variant"/>
|
||||
%if variant == "Kinoite":
|
||||
append etc/anaconda/profile.d/fedora-kinoite.conf "[User Interface]\\nhidden_spokes =\\n PasswordSpoke"
|
||||
%endif
|
||||
append etc/anaconda/profile.d/fedora-kinoite.conf "\\n[User Interface]\\nhidden_spokes =\\n PasswordSpoke"
|
||||
|
Loading…
x
Reference in New Issue
Block a user