Skip to content
Snippets Groups Projects
Commit 74ee0dc9 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

tweaking core sampler pipeline

parent bd3040f4
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1350tweaking core sampler pipeline
Pipeline #9881 passed
...@@ -328,8 +328,9 @@ push core_sampler: ...@@ -328,8 +328,9 @@ push core_sampler:
image: python:latest image: python:latest
stage: push stage: push
rules: rules:
- if: $CI_COMMIT_TAG - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+$/'
before_script: before_script:
- cd apps/cli/utilities/core_sampler - cd apps/cli/utilities/core_sampler
- pip install flit - pip install flit
......
...@@ -12,3 +12,4 @@ examples: ...@@ -12,3 +12,4 @@ examples:
`core_sampler -p 18B-120` `core_sampler -p 18B-120`
`core_sampler -e 18B-120.sb35750660.eb36089297_000.58485.110194270834.sql` `core_sampler -e 18B-120.sb35750660.eb36089297_000.58485.110194270834.sql`
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