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

Fix paths

parent c9e750f2
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,11 @@ 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
- cd /orchestra
- .orchestra/ci/install-dependencies.sh
- python3 setup.py bdist_wheel
- pip install dist/orchestra*.whl
- cd "${CI_PROJECT_DIR}"
- |
cd /orchestra && \
.orchestra/ci/install-dependencies.sh && \
python3 setup.py bdist_wheel && \
pip install dist/orchestra*.whl
- 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