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

test a thing again

parent 892078fb
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1492tweak the pipeline
Pipeline #12407 passed
......@@ -21,25 +21,25 @@
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
variables:
DEPLOY_ENV: "dev"
PEX_SOURCE: ${PIP_NAME}==2.8.2rc1
PEX_SOURCE: ${PIP_NAME}==2.8.2.1rc1
changes:
- apps/cli/executables/pexable/${PACKAGE_NAME}/**/*
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
variables:
DEPLOY_ENV: "dev"
PEX_SOURCE: ${PIP_NAME}==2.8.2rc1
PEX_SOURCE: ${PIP_NAME}==2.8.2.1rc1
changes:
- apps/cli/executables/pexable/${PACKAGE_NAME}/**/*
- if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/'
variables:
DEPLOY_ENV: "test"
PEX_SOURCE: ${PIP_NAME}==2.8.2rc1
PEX_SOURCE: ${PIP_NAME}==2.8.2.1rc1
changes:
- apps/cli/executables/pexable/${PACKAGE_NAME}/**/*
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
variables:
DEPLOY_ENV: "test"
PEX_SOURCE: ${PIP_NAME}==2.8.2rc1
PEX_SOURCE: ${PIP_NAME}==2.8.2.1rc1
changes:
- apps/cli/executables/pexable/${PACKAGE_NAME}/**/*
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+$/'
......
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