Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download server default value is missing slash at the end #9

Open
yuniorb opened this issue Sep 30, 2015 · 0 comments
Open

Download server default value is missing slash at the end #9

yuniorb opened this issue Sep 30, 2015 · 0 comments

Comments

@yuniorb
Copy link

yuniorb commented Sep 30, 2015

In file defaults\main.yaml, the line:

download_server: "http://selenium-release.storage.googleapis.com/index.html?path={{server_version_major}}"

needs to be:

download_server: "http://selenium-release.storage.googleapis.com/{{server_version_major}}"

With the current download server variable, the script passes, but the jar file contains the html of an empty page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant