Skip to content

Commit

Permalink
[build] rust version needs to be changed before running the Selenium …
Browse files Browse the repository at this point in the history
…Manager task not after
  • Loading branch information
titusfortner committed Jan 23, 2024
1 parent d9ff420 commit 5440d2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1044,8 +1044,8 @@ namespace :all do
@git.push if response == 'y' || response == 'yes'
end

desc 'File updates for versions and metadata'
task :update, [:channel] do |_task, arguments|
desc 'Update everything in preparation for a release'
task :prepare, [:channel] do |_task, arguments|
args = arguments[:channel] ? ['--', "--chrome_channel=#{arguments[:channel].capitalize}"] : []
Bazel.execute('run', args, '//scripts:update_cdp')
Bazel.execute('run', args, '//scripts:pinned_browsers')
Expand All @@ -1068,7 +1068,6 @@ namespace :all do
Rake::Task['node:version'].invoke(version)
Rake::Task['py:version'].invoke(version)
Rake::Task['dotnet:version'].invoke(version)
Rake::Task['rust:version'].invoke(version)
end
end
end
Expand Down

0 comments on commit 5440d2b

Please sign in to comment.