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

intial deploy

parent edb0e319
Pipeline #265 failed
...@@ -7,9 +7,9 @@ stages: ...@@ -7,9 +7,9 @@ stages:
intial_dev: intial_dev:
stage: initial_repo stage: initial_repo
image: ubuntu image: ubuntu
except: rules:
variables: - if: 'CI_COMMIT_MESSAGE =~ /intial deploy/'
- $CI_COMMIT_MESSAGE =~ /intial deploy/ when: always
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
only: rules:
refs: - if: 'CI_COMMIT_MESSAGE !~ /intial deploy/'
- red-develop when: always
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