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

-

parent 8a379731
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,11 @@ create-binaries: ...@@ -14,9 +14,11 @@ create-binaries:
- pip3 install dist/orchestra*.whl - pip3 install dist/orchestra*.whl
- cd "$CI_PROJECT_DIR" - cd "$CI_PROJECT_DIR"
- git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA" - git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"
- git config --file=.gitmodules submodule..orchestra/binary_archives.url "https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/${CI_PROJECT_NAMESPACE}/binary-archives.git" - rm -rf .orchestra_binary_archives
- GIT_LFS_SKIP_SMUDGE=1 git submodule sync - git clone "https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/${CI_PROJECT_NAMESPACE}/binary-archives.git" .orchestra/binary_archives
- GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive --remote # - git config --file=.gitmodules submodule..orchestra/binary_archives.url "https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/${CI_PROJECT_NAMESPACE}/binary-archives.git"
# - GIT_LFS_SKIP_SMUDGE=1 git submodule sync
# - GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive --remote
- | - |
git remote add internal https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/revng-internal/revng-orchestra.git || \ git remote add internal https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/revng-internal/revng-orchestra.git || \
git remote set-url internal https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/revng-internal/revng-orchestra.git || \ git remote set-url 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