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

Ignore errors when adding default remotes

parent 3165a737
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
- git remote add private git@rev.ng:revng-private/orchestra-v3.git
- 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
- ./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