Skip to content

Instantly share code, notes, and snippets.

@tarun-nagpal-github
Created June 16, 2020 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarun-nagpal-github/83931a8bda72f47dbfc37db2862302bf to your computer and use it in GitHub Desktop.
Save tarun-nagpal-github/83931a8bda72f47dbfc37db2862302bf to your computer and use it in GitHub Desktop.
before_install.yml
before_install:
- "echo \"Set password from Env Variables\""
- "echo -e \"machine github.com\\n login $CI_USER\\n password $CI_USER_PASSWORD\" > ~/.netrc"
- "git submodule update --init --recursive"
- "npm i -g lerna"
- "echo \"before install ended !!!!\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment