From 76f9230789dfd137c34e779346478a9de1f33d87 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Mon, 22 Jan 2024 14:14:01 +0100 Subject: [PATCH] Moving external repos to have them in the cache --- .gitlab-ci.yml | 4 ++-- repos.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59ad1ee..1aaee5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,8 +55,8 @@ spack:setup: /opt/spack/bin/spack gpg publish -d /buildcache fi - - mkdir -p /stack/extra_repos - - cd /stack/extra_repos + - mkdir -p extra_repos + - cd extra_repos - git clone https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git - git clone https://gitlab.epfl.ch/SCITAS/software-stack/scitas-spack-packages.git diff --git a/repos.yaml b/repos.yaml index 0b4a932..0115ab6 100644 --- a/repos.yaml +++ b/repos.yaml @@ -1,3 +1,3 @@ repos: - - /stack/extra_repos/spack-repo-externals - - /stack/extra_repos/scitas-spack-packages + - extra_repos/spack-repo-externals + - extra_repos/scitas-spack-packages -- GitLab