Commit 237b23ba authored by John Red Medrano's avatar John Red Medrano

initial

parent a5722424
Pipeline #333 skipped with stage
......@@ -16,12 +16,14 @@ stages:
initial_repo:
stage: initial_repo
image: ubuntu
rules:
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == $dev || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $dev'
when: always
# except:
# variables:
# - $CI_COMMIT_MESSAGE =~ /initial/
# rules:
# - if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == $dev || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $dev'
# when: always
only:
refs:
- $dev
variables:
- $CI_COMMIT_MESSAGE =~ /initial/
before_script:
- echo "Building dev environment for red test ci cd"
- '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