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

Update .gitlab-ci.yml

parent c6fefcc3
Pipeline #249 passed with stage
in 1 minute and 48 seconds
...@@ -8,6 +8,8 @@ build dev: ...@@ -8,6 +8,8 @@ build dev:
refs: refs:
- red-develop - red-develop
before_script: before_script:
- echo $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- echo $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)'
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
......
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