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

Update .gitlab-ci.yml

parent 228dc1fe
Pipeline #291 failed with stage
in 24 seconds
...@@ -150,7 +150,7 @@ clean_build_sit: ...@@ -150,7 +150,7 @@ clean_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: on_failure when: on_failure
script: script:
- echo "this is a clean up for clean_build_sit" - echo "this is a clean up for clean_build_sit"
- '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