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

Wrong variable name

parent 41ffa6cb
No related branches found
No related tags found
1 merge request!2CI update to use squashfs
Pipeline #201459 failed
...@@ -56,10 +56,10 @@ variables: ...@@ -56,10 +56,10 @@ variables:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
variables: variables:
SQUASH_ID: ${CI_MERGE_REQUEST_IID} SQUASHFS_ID: ${CI_MERGE_REQUEST_IID}
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables: variables:
SQUASH_ID: ${CI_DEFAULT_BRANCH} SQUASHFS_ID: ${CI_DEFAULT_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