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

Merge branch 'red-develop' into 'red-test-sit'

Red develop

See merge request red/red-ci-cd!8
parents ffb9bb95 0290005e
......@@ -8,6 +8,8 @@ build dev:
refs:
- red-develop
before_script:
- echo $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- echo $sit
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y)'
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
......@@ -36,7 +38,7 @@ build sit:
stage: build
image: ubuntu
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "$sit"'
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "red-test-sit"'
when: always
before_script:
- '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