Skip to content

Commit

Permalink
We no longer push java artifacts to google storage
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 31, 2021
1 parent d05473f commit af45b5d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 368 deletions.
9 changes: 1 addition & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ task 'prep-release-zip': [
chmod 0666, "build/dist/selenium-html-runner-#{version}.jar"
end

task 'release-java': %i[publish-maven push-release]
task 'release-java': %i[prep-release-zip publish-maven]

def read_user_pass_from_m2_settings
settings = File.read(ENV['HOME'] + '/.m2/settings.xml')
Expand Down Expand Up @@ -418,13 +418,6 @@ task :'maven-install' do
end
end

task 'push-release': [:'prep-release-zip'] do
py = 'java -jar third_party/py/jython.jar'
py = 'python' if SeleniumRake::Checks.python?

sh "#{py} third_party/py/googlestorage/publish_release.py --project_id google.com:webdriver --bucket selenium-release --acl public-read --publish_version #{google_storage_version} --publish build/dist/selenium-server-#{version}.jar --publish build/dist/selenium-java-#{version}.zip --publish build/dist/selenium-server-#{version}.jar --publish build/dist/selenium-html-runner-#{version}.jar"
end

desc 'Build the selenium client jars'
task 'selenium-java' => '//java/src/org/openqa/selenium:client-combined'

Expand Down
1 change: 0 additions & 1 deletion third_party/py/googlestorage/README.md

This file was deleted.

205 changes: 0 additions & 205 deletions third_party/py/googlestorage/publish_release.py

This file was deleted.

154 changes: 0 additions & 154 deletions third_party/py/googlestorage/publish_release_v4.py

This file was deleted.

0 comments on commit af45b5d

Please sign in to comment.