We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This is not a mina error, this a ssh error. Your server has changed the key:
http://askubuntu.com/a/45685
Sorry, something went wrong.
No branches or pull requests
When Host key verification failed mina dont "report" error. I guess the exit code is wrong.
The text was updated successfully, but these errors were encountered: