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
As synthtool's template does not call .kokoro/install_dependencies.sh , I had to exclude ci.yaml from synthtool's management: https://github.com/googleapis/google-api-java-client/pull/1699/files#diff-c881f5091bb23fef16e6e6da031e4268bbb11bb3404c1a2c7da8afa53c26f4ecL32.
.kokoro/install_dependencies.sh
How about the following options?
Does install_dependencies.sh work in Windows?
- name: git configuration to avoid automatic CRLF conversion run: | git config --global core.autocrlf false git config --global core.eol lf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As synthtool's template does not call
.kokoro/install_dependencies.sh
, I had to exclude ci.yaml from synthtool's management: https://github.com/googleapis/google-api-java-client/pull/1699/files#diff-c881f5091bb23fef16e6e6da031e4268bbb11bb3404c1a2c7da8afa53c26f4ecL32.What's missing in synthtool's template
install_dependencies is not called.
How about the following options?
Does install_dependencies.sh work in Windows?
Synthtool's template is missing to disable CRLF conversion.
The text was updated successfully, but these errors were encountered: