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

-

parent 7f156b0e
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,14 @@ create-binaries:
script:
- echo -e "machine rev.ng\nlogin gitlab-ci-token\npassword ${CI_JOB_TOKEN}" > ~/.netrc
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/${CI_PROJECT_NAMESPACE}/orchestra-v3.git /orchestra
- ./ci/install-dependencies.sh
- |
cd /orchestra && \
.orchestra/ci/install-dependencies.sh && \
python3 setup.py bdist_wheel && \
pip install dist/orchestra*.whl
- pwd
- cd "$CI_PROJECT_DIR"
- pwd
- git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"
- |
git remote add internal https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/revng-internal/revng-orchestra.git || \
......
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