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

Add default remotes

parent d19e3220
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,9 @@ stages:
create-binaries:
stage: build
script:
- .orchestra/ci/install-dependencies.sh
- 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
- git remote add private git@rev.ng:revng-private/orchestra-v3.git
- ./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