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

Use CI credentials for default remotes

parent 5b7c7963
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ create-binaries:
script:
- git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"
- .orchestra/ci/install-dependencies.sh
- git remote add internal git@rev.ng:revng-internal/orchestra-v3.git || true
- git remote add private git@rev.ng:revng-private/orchestra-v3.git || true
- git remote add internal https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/revng-internal/orchestra-v3.git || true
- git remote add private https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/revng-private/orchestra-v3.git || true
- ./orchestra.py components
- ./orchestra.py -b install --create-binary-archives ui/cold-revng
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