-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Travis CI: Authentication failed for git push
to release-1.4
#1124
Comments
cc @pwittrock |
I believe I've fixed it. Travis is now passing in newer PRs merged into release-1.4, see #1128 But old PRs are still using old travis configs... |
@jaredbhatti maybe know the answer? |
It seems that it passed just because I commited #1128 with GitHub :/ |
@jaredbhatti it seems that people submitting PRs to release-1.4 need to send their git credential to travis env.global.secure to make travis pass? |
In the failed travis build log, the following steps are missing environment variables from repository settings
$ export encrypted_b7b6a058a6f4_key=[secure]
$ export encrypted_b7b6a058a6f4_iv=[secure]
Setting environment variables from .travis.yml
$ export GIT_EMAIL=[secure]
$ export GIT_NAME=[secure]
$ export GIT_USERNAME=[secure]
$ export GH_TOKEN=[secure] |
I found the root cause travis-ci/travis-ci#1500 (comment):
@jaredbhatti @pwittrock can we remove the travis script in release-1.4? |
I removed .travis.yml in release-1.4 branch |
looks like we are not using this any more |
…inks (kubernetes#1124) Fixes linkerd/linkerd2#6470 Co-authored-by: cpretzer <[email protected]>
The text was updated successfully, but these errors were encountered: