Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

fix: clone if dir does not exist #128

Merged
merged 2 commits into from
Aug 26, 2018
Merged

fix: clone if dir does not exist #128

merged 2 commits into from
Aug 26, 2018

Conversation

alexander-fenster
Copy link
Contributor

Because of this bug, it will try running commands from the non-existent directory, which will fail with ENOENT. I straced the process to understand what's going wrong :)

84007 chdir("/usr/local/google/home/fenster/.repo/gcp-metadata") = -1 ENOENT (No such file or directory)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 17, 2018
@codecov-io
Copy link

Codecov Report

Merging #128 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #128   +/-   ##
=======================================
  Coverage   94.07%   94.07%           
=======================================
  Files          12       12           
  Lines         995      995           
  Branches       60       60           
=======================================
  Hits          936      936           
  Misses         40       40           
  Partials       19       19

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 fddf66e...1a5b6ce. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit ee7cc72 into master Aug 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants