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:
intial_dev:
stage: initial_repo
image: ubuntu
rules:
- if: 'CI_COMMIT_MESSAGE =~ /intial deploy/'
when: always
except:
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)'
......@@ -39,9 +39,9 @@ intial_dev:
buid_dev:
stage: build
image: ubuntu
rules:
- if: 'CI_COMMIT_MESSAGE !~ /intial deploy/'
when: always
only:
refs:
- red-develop
before_script:
- echo "rebuilding 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