Commit 524d0eb1 authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent e7cea07e
Pipeline #3607 failed with stage
in 14 seconds
...@@ -2,7 +2,8 @@ image: ubuntu ...@@ -2,7 +2,8 @@ image: ubuntu
before_script: before_script:
- echo "Hello, $GITLAB_USER_LOGIN!" - echo "Hello, $GITLAB_USER_LOGIN!"
- ip addr show #- ip addr show
- ifconfig
- '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)
#- apt-get install expect -y #- apt-get install expect -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