Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No error when Host key verification failed. #422

Closed
platbr opened this issue Aug 25, 2016 · 1 comment
Closed

No error when Host key verification failed. #422

platbr opened this issue Aug 25, 2016 · 1 comment

Comments

@platbr
Copy link
Contributor

platbr commented Aug 25, 2016

When Host key verification failed mina dont "report" error. I guess the exit code is wrong.

Running with gitlab-ci-multi-runner 1.5.0 (9323537)
Using Shell executor...
Running on desenv02.al.go.leg.br...
Cloning repository...
Cloning into '/home/gitlab-runner/builds/59c4d8d2/0/demandas/demandas-rails'...
Checking out 299bfb3f as integracao_continua...
$ export RAILS_ENV="staging"
$ if ! rbenv shell 2.2.4; then rbenv install -s 2.2.4; rbenv rehash; fi
$ if ! rbenv which mina; then gem install mina --no-ri --no-rdoc; rbenv rehash; fi
/usr/local/rbenv/versions/2.2.4/bin/mina
$ mina setup
Enviroment: staging
       Host key verification failed.


Elapsed time: 0.13 seconds
$ mina deploy
Enviroment: staging
       Host key verification failed.


Elapsed time: 0.11 seconds
Build succeeded
@d4be4st
Copy link
Member

d4be4st commented Aug 27, 2016

This is not a mina error, this a ssh error. Your server has changed the key:

http://askubuntu.com/a/45685

@d4be4st d4be4st closed this as completed Aug 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants