Commit 552621c5 authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 24ff41f1
Pipeline #342 failed
...@@ -25,7 +25,7 @@ initial_repo: ...@@ -25,7 +25,7 @@ initial_repo:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /initial/ - $CI_COMMIT_MESSAGE =~ /initial/
- $CI_COMMIT_MESSAGE !~ /version_release/ - $CI_COMMIT_MESSAGE !~ /version_release/
- $CI_COMMIT_BRANCH == $dev - $CI_COMMIT_BRANCH == red-develop
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == red-develop - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == red-develop
before_script: before_script:
- echo "Building dev environment for red test ci cd" - echo "Building dev environment for red test ci cd"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment