We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67f9da0 + 5a7843c commit 643b343Copy full SHA for 643b343
lib/tasks/manageiq/ui_tasks.rake
@@ -8,8 +8,7 @@ namespace :update do
8
end
9
puts "== #{engine.name} =="
10
system("which yarn >/dev/null") || abort("\n== You have to install yarn ==")
11
- system("yarn set version 1.22.18") || abort("\n== yarn failed to set version to 1.22.18 in #{engine.path} ==") if RUBY_PLATFORM.include?("s390x")
12
- system("yarn") || abort("\n== yarn failed in #{engine.path} ==") # Add --immutable once s390x is off of yarn 1.
+ system("yarn") || abort("\n== yarn failed in #{engine.path} ==") # Add --immutable once s390x doesn't change the checksums.
13
14
15
0 commit comments