Skip to content
Snippets Groups Projects
Commit c291c3d9 authored by Filippo Cremonese (Admin)'s avatar Filippo Cremonese (Admin)
Browse files

Allow to override orchestra configuration repo

parent 5279286d
No related branches found
No related tags found
No related merge requests found
Pipeline #3319 failed
......@@ -6,7 +6,7 @@ stages:
create-binaries:
stage: build
script:
- git clone https://github.com/revng/orchestra.git
- git clone "${ORCHESTRA_CONFIG_URL:-https://github.com/revng/orchestra.git}"
- cd orchestra
- .orchestra/ci/install-dependencies.sh
- .orchestra/ci/ci.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