Skip to content
Snippets Groups Projects
Commit 4e3af5eb authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Add credentials to .netrc

parent 5d98dccd
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ stages:
create-binaries:
stage: build
script:
- echo -e "machine rev.ng\nlogin gitlab-ci-token\npassword ${CI_JOB_TOKEN}" > ~/.netrc
- git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"
- .orchestra/ci/install-dependencies.sh
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment