This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Note image ids also change after scm-source.json has being updated which trigger
99
1010## TBD_DOCKER_TAG
1111 + ** Changes:** https://github.com/elgalu/docker-selenium/compare/3.5.3-p8...3.5.3-p9 (TBD_DATE)
12- + Tests: Upgrade python bindings from 3.5.0 to selenium==3.6.0
1312 + Tests: CI: Add logic for untrusted PRs
1413 + ** Image tag details:**
1514 + Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ For pull requests or local commits:
1111
1212For repository owners only:
1313
14- git commit -m "Tests: Upgrade python bindings from 3.5.0 to selenium==3.6.0"
14+ git commit -m "Tests: ROLLBACK: Upgrade python bindings from 3.5.0 to selenium==3.6.0"
1515 git tag -d latest; git tag -d `cat VERSION`; git push origin :`cat VERSION`; git tag `cat VERSION` && git push --force origin tmp-`cat VERSION` && git push --tags
1616
1717-- Wait for Travis to pass OK
Original file line number Diff line number Diff line change 1- selenium == 3.6 .0
1+ selenium == 3.5 .0
22retrying >= 1.3.3
You can’t perform that action at this time.
0 commit comments