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

version lock the dev pipelines

parent 708aaad2
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1492tweak the pipeline
......@@ -21,7 +21,7 @@
- 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}
PEX_SOURCE: ${PIP_NAME}==2.8.2.1rc1
changes:
- apps/cli/executables/pexable/${PACKAGE_NAME}/**/*
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
......@@ -33,7 +33,7 @@
- if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/'
variables:
DEPLOY_ENV: "test"
PEX_SOURCE: ${PIP_NAME}
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]+/'
......
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