Commit bb85db7e authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 4f370351
......@@ -11,7 +11,7 @@ initial_repo:
stage: initial_repo
image: ubuntu
rules:
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-develop"'
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "red-develop"'
when: always
# except:
# variables:
......@@ -50,7 +50,7 @@ clean_initial_repo:
stage: clean_initial_repo
image: ubuntu
rules:
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-develop"'
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "red-develop"'
when: on_failure
script:
- echo "this is a clean up for clean_initial_repo"
......
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