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

Fix No known host error message for DCR v2 #2554

Merged
merged 4 commits into from
Apr 18, 2022

Conversation

larohra
Copy link
Contributor

@larohra larohra commented Apr 14, 2022

Description

Currently, if any step fails in the DCR v2 run, the Install SSH PostJob shows this error - ##[error]Error: ENOENT: no such file or directory, unlink '/home/vsts/.ssh/known_hosts'

This error is unrelated to the actual failure and might cause confusion during debug.

This PR fixes this issue.

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@larohra
Copy link
Contributor Author

larohra commented Apr 14, 2022

@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #2554 (57f0b30) into develop (713633a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #2554   +/-   ##
========================================
  Coverage    71.76%   71.76%           
========================================
  Files          102      102           
  Lines        15314    15314           
  Branches      2426     2426           
========================================
  Hits         10990    10990           
  Misses        3834     3834           
  Partials       490      490           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 713633a...57f0b30. Read the comment docs.

@larohra larohra merged commit ae5cff8 into Azure:develop Apr 18, 2022
@larohra larohra deleted the no-known-host branch April 18, 2022 22:13
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

Successfully merging this pull request may close these issues.

3 participants