Skip to content

Commit

Permalink
Revert "Merge pull request #393 from bdunne/revert_278"
Browse files Browse the repository at this point in the history
This reverts commit d27d221, reversing
changes made to 124c2dd.
  • Loading branch information
bdunne committed Jun 27, 2023
1 parent c7c3a99 commit ff0435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/rpm_build/generate_core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def build_service_ui
shell_cmd("yarn install")
shell_cmd("yarn run available-languages")
shell_cmd("yarn run build")
shell_cmd("git clean -xdf") # cleanup temp files
shell_cmd("git clean -xdf") unless RUBY_PLATFORM.include?("s390x") # git clean would unset the yarn version change
end
end

Expand Down

0 comments on commit ff0435a

Please sign in to comment.