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

initial

parent 32896503
Pipeline #338 failed
...@@ -21,11 +21,11 @@ initial_repo: ...@@ -21,11 +21,11 @@ initial_repo:
# when: always # when: always
only: only:
refs: refs:
- $dev - red-develop
variables: variables:
- $CI_COMMIT_MESSAGE =~ /initial/ - $CI_COMMIT_MESSAGE =~ /initial/
- $CI_COMMIT_MESSAGE !~ /version_release/ - $CI_COMMIT_MESSAGE !~ /version_release/
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $dev - $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"
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y)' - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y)'
......
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