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

Update .gitlab-ci.yml

parent ac284a43
Pipeline #297 canceled with stages
in 56 seconds
...@@ -115,7 +115,7 @@ build_sit: ...@@ -115,7 +115,7 @@ build_sit:
stage: build_sit stage: build_sit
image: ubuntu image: ubuntu
rules: rules:
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == "red-test-sit" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-test-sit"' - if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == "red-test-sit" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-test-sit"'
when: always when: always
before_script: before_script:
- '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)'
...@@ -165,7 +165,7 @@ build sit: ...@@ -165,7 +165,7 @@ build sit:
stage: build_sit stage: build_sit
image: ubuntu image: ubuntu
rules: rules:
- if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == "red-test-sit" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-test-sit"' - if: '$CI_COMMIT_MESSAGE =~ /initial/ && $CI_COMMIT_BRANCH == "red-test-sit" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-test-sit"'
when: always when: always
before_script: before_script:
- '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)'
...@@ -212,8 +212,8 @@ rebuild_sit: ...@@ -212,8 +212,8 @@ rebuild_sit:
stage: rebuild_sit stage: rebuild_sit
image: ubuntu image: ubuntu
rules: rules:
- if: '$CI_COMMIT_MESSAGE !~ /initial/ && $CI_COMMIT_BRANCH == "red-test-sit" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-test-sit"' - if: '$CI_COMMIT_MESSAGE !~ /initial/ && $CI_COMMIT_BRANCH == "red-test-sit" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-test-sit"'
when: always when: always
before_script: before_script:
- '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)'
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
......
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