We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ ping http://thirdpartyrepository.redfintest.com/ ping: cannot resolve http://thirdpartyrepository.redfintest.com/: Unknown host
The text was updated successfully, but these errors were encountered:
Hey @pcj, thanks for taking a look at this!
It looks like an http_archive rule ended up in npm-bazel-gen.js that should be there. Should be safe to remove it:
new_http_archive( name='phantomjs', url='http://thirdpartyrepository.redfintest.com/com/redfin/phantomjs/2.1.1/phantomjs-2.1.1-{phantom_platform}.{phantom_file_extension}', strip_prefix='phantomjs-2.1.1-{phantom_platform}', build_file_content="filegroup(name='executable', data=glob(['bin/phantomjs']), visibility=['//visibility:public'])" )
(I'll update the repository in a bit)
Sorry, something went wrong.
No branches or pull requests
$ ping http://thirdpartyrepository.redfintest.com/
ping: cannot resolve http://thirdpartyrepository.redfintest.com/: Unknown host
The text was updated successfully, but these errors were encountered: