Skip to content
View sambenas's full-sized avatar
👨‍🍳
Cooking up some cool projects.
👨‍🍳
Cooking up some cool projects.

Block or report sambenas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Use pip to install dependencies from... Use pip to install dependencies from a private Github repository inside a docker image build in CircleCI
    1
    # Pip with private git repository in Dockerfile in CircleCI
    2
    
                  
    3
    Problem:  In order to install a dependency using `pip` that is hosted in a private git repository, an ssh key is needed.  When running a `docker build` command the steps executed inside the `Dockerfile` are executed in a different shell from the CircleCI commands and they do not have access to the `~/.ssh/id_rsa` .
    4
    
                  
    5
    
                  
  2. jx-release-version jx-release-version Public

    Forked from jenkins-x-plugins/jx-release-version

    Go