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

-

parent 06fc7e7c
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,9 @@ create-binaries: ...@@ -7,8 +7,9 @@ create-binaries:
stage: build stage: build
script: script:
- echo -e "machine rev.ng\nlogin gitlab-ci-token\npassword ${CI_JOB_TOKEN}" > ~/.netrc - 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 - pwd
- ./ci/install-dependencies.sh - ./ci/install-dependencies.sh
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/${CI_PROJECT_NAMESPACE}/orchestra-v3.git /orchestra
- | - |
cd /orchestra && \ cd /orchestra && \
python3 setup.py bdist_wheel && \ python3 setup.py bdist_wheel && \
......
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