Skip to content

Commit

Permalink
fix: simplify code and add if back for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Apr 29, 2024
1 parent 224e883 commit ca44343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions installer/lorax_templates/remove_root_password_prompt.tmpl
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit ca44343

Please sign in to comment.