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

Changed orchestra config HTTP URL variable name

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