Guest User

Untitled

a guest
Nov 2nd, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Submodule 'dependencies/my-dependency' (git@bitbucket.org:mycompany/my-dependency.git) registered for path 'dependencies/my-dependency'
  2. Cloning into 'dependencies/my-dependency'...
  3. Warning: Permanently added the RSA host key for IP address '18.205.93.2' to the list of known hosts.
  4. Permission denied (publickey).
  5. fatal: Could not read from remote repository.
  6. Please make sure you have the correct access rights
  7. and the repository exists.
  8. Clone of 'git@bitbucket.org:mycompany/my-dependency.git' into submodule path 'dependencies/my-dependency' failed
  9.  
  10. image:
  11. name: myuser/my-image-name
  12. username: $DOCKER_HUB_USERNAME
  13. password: $DOCKER_HUB_PASSWORD
  14. email: $DOCKER_HUB_EMAIL
  15.  
  16. pipelines:
  17. branches:
  18. pipelines-setup:
  19. - step:
  20. script:
  21. - git submodule update --init
Add Comment
Please, Sign In to add comment