fix: simplify code and add if back for testing

This commit is contained in:
Noel Miller 2024-04-29 17:36:06 -05:00
parent 224e883845
commit ca4434389e
2 changed files with 2 additions and 5 deletions

View File

@ -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:

View File

@ -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"