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: ...@@ -16,12 +16,14 @@ stages:
initial_repo: initial_repo:
stage: initial_repo stage: initial_repo
image: ubuntu image: ubuntu
rules: # rules:
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == $dev || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $dev' # - if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == $dev || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $dev'
when: always # when: always
# except: only:
# variables: refs:
# - $CI_COMMIT_MESSAGE =~ /initial/ - $dev
variables:
- $CI_COMMIT_MESSAGE =~ /initial/
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