Skip to content
Snippets Groups Projects
Commit b9e1b3f6 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Missing rule

parent dfbb9c1a
No related branches found
No related tags found
1 merge request!4Missing cuda/nccl modules
Pipeline #203809 passed
...@@ -62,6 +62,9 @@ variables: ...@@ -62,6 +62,9 @@ variables:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables: variables:
SQUASHFS_ID: ${CI_COMMIT_BRANCH} SQUASHFS_ID: ${CI_COMMIT_BRANCH}
- if: $CI_COMMIT_TAG =~ /^v[0-9].*$/
variables:
SQUASHFS_ID: ${CI_COMMIT_BRANCH}
.parallel_job: .parallel_job:
extends: extends:
......
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