Skip to content

Instantly share code, notes, and snippets.

@gorenje
Created November 2, 2012 10:16
Show Gist options
  • Save gorenje/3999947 to your computer and use it in GitHub Desktop.
Save gorenje/3999947 to your computer and use it in GitHub Desktop.
TravisCI Private Builds - private repo which references a private gem can't build

Scenario:

Private repo which references a private gem can't be built because the gem can't be checked out. The gem in question is installed via bundler and a Gemfile.

Question:

I saw in the output of the test that TravisCI creates a id_rsa key:

Identity added: /home/travis/.ssh/id_rsa (/home/travis/.ssh/id_rsa)

is this always the same and I can get at the pub key to check out the private gem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment