Skip to content

Commit af45b5d

Browse files
committed
We no longer push java artifacts to google storage
1 parent d05473f commit af45b5d

File tree

4 files changed

+1
-368
lines changed

4 files changed

+1
-368
lines changed

Rakefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ task 'prep-release-zip': [
383383
chmod 0666, "build/dist/selenium-html-runner-#{version}.jar"
384384
end
385385

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

388388
def read_user_pass_from_m2_settings
389389
settings = File.read(ENV['HOME'] + '/.m2/settings.xml')
@@ -418,13 +418,6 @@ task :'maven-install' do
418418
end
419419
end
420420

421-
task 'push-release': [:'prep-release-zip'] do
422-
py = 'java -jar third_party/py/jython.jar'
423-
py = 'python' if SeleniumRake::Checks.python?
424-
425-
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"
426-
end
427-
428421
desc 'Build the selenium client jars'
429422
task 'selenium-java' => '//java/src/org/openqa/selenium:client-combined'
430423

third_party/py/googlestorage/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/py/googlestorage/publish_release.py

Lines changed: 0 additions & 205 deletions
This file was deleted.

third_party/py/googlestorage/publish_release_v4.py

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)