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

initial

parent 6df8d244
Pipeline #283 failed with stages
in 51 seconds
......@@ -11,7 +11,7 @@ initial_repo:
stage: initial_repo
image: ubuntu
rules:
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "red-develop"'
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == "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_SOURCE_BRANCH_NAME == "red-develop"'
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == "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