File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ task :push_release => [:release] do
596
596
py = "python"
597
597
end
598
598
599
- sh "#{ py } third_party/py/googlestorage/publish_release.py --project_id google.com:webdriver --bucket selenium-release --acl public-read --publish_version #{ release_version } --publish build/dist/selenium-server-standalone-#{ version } .jar build/dist/selenium-server-#{ version } .zip build/dist/selenium-java-#{ version } .zip"
599
+ sh "#{ py } third_party/py/googlestorage/publish_release.py --project_id google.com:webdriver --bucket selenium-release --acl public-read --publish_version #{ release_version } --publish build/dist/selenium-server-standalone-#{ version } .jar --publish build/dist/selenium-server-#{ version } .zip --publish build/dist/selenium-java-#{ version } .zip"
600
600
end
601
601
602
602
desc 'Build the selenium client jars'
You can’t perform that action at this time.
0 commit comments