Skip to content
View superjose's full-sized avatar
Block or Report

Block or report superjose

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. This is an example of a .gitlab-ci.y... This is an example of a .gitlab-ci.yml that is required for Continuous Integration on GitLab projects.
    1
    # Reference: https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/
    2
    
                  
    3
    # GitLab uses docker in the background, so we need to specify the 
    4
    # image versions. This is useful because we're freely to use
    5
    # multiple node versions to work with it. They come from the docker