Skip to content
Snippets Groups Projects
Commit 4ae39b3a authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

create environment for each release

parent f1ad0f76
No related branches found
No related tags found
......@@ -203,7 +203,7 @@ sync-gitlab-spack-instance:
- read-write
image: $GITLAB_BUILD_ENV_DOCKER_IMAGE
variables:
SPACK_NFS_ENV: ebrains-runner-build
SPACK_NFS_ENV: $CI_COMMIT_BRANCH
SPACK_REPO_PATH: $SPACK_PATH_GITLAB/ebrains-spack-builds
script:
# get latest state of EBRAINS repo
......@@ -223,5 +223,5 @@ sync-gitlab-spack-instance:
- spack_logs
when: always
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE =~ /technical-coordination/
- if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "experimental_rel" || $CI_COMMIT_BRANCH =~ /^ebrains/) && $CI_PROJECT_NAMESPACE =~ /technical-coordination/
when: manual
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment