Commit 0290005e authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent aede7b32
Pipeline #251 passed with stage
in 1 minute and 49 seconds
...@@ -38,7 +38,7 @@ build sit: ...@@ -38,7 +38,7 @@ build sit:
stage: build stage: build
image: ubuntu image: ubuntu
rules: rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "$sit"' - if: '$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)'
......
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