Commit 0551f4a8 authored by John Red Medrano's avatar John Red Medrano

initial

parent fc2be4b3
Pipeline #266 failed with stages
in 55 seconds
...@@ -7,9 +7,9 @@ stages: ...@@ -7,9 +7,9 @@ stages:
intial_dev: intial_dev:
stage: initial_repo stage: initial_repo
image: ubuntu image: ubuntu
rules: except:
- if: 'CI_COMMIT_MESSAGE =~ /intial deploy/' variables:
when: always - $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)'
...@@ -39,9 +39,9 @@ intial_dev: ...@@ -39,9 +39,9 @@ intial_dev:
buid_dev: buid_dev:
stage: build stage: build
image: ubuntu image: ubuntu
rules: only:
- if: 'CI_COMMIT_MESSAGE !~ /intial deploy/' refs:
when: always - red-develop
before_script: before_script:
- echo "rebuilding dev environment for red test ci cd" - echo "rebuilding 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