gaia-pipeline / gaia

Build powerful pipelines in any programming language.
Apache License 2.0
5.19k stars 245 forks source link

Clean the partially checked out folder after known host verification failed #302

Closed Skarlso closed 3 years ago

Skarlso commented 3 years ago

/test

gaia-bot commented 3 years ago

Command received. Building new test image.

gaia-bot commented 3 years ago

New version pushed. Please wait for 5 minutes for it to propagate.

codecov-commenter commented 3 years ago

Codecov Report

Merging #302 (f599de3) into master (a591e36) will increase coverage by 2.52%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #302      +/-   ##
==========================================
+ Coverage   58.24%   60.77%   +2.52%     
==========================================
  Files          58       58              
  Lines        4182     4625     +443     
==========================================
+ Hits         2436     2811     +375     
- Misses       1283     1342      +59     
- Partials      463      472       +9     
Impacted Files Coverage Δ
workers/pipeline/git.go 65.38% <40.00%> (+1.13%) :arrow_up:
providers/rbac/provider.go 96.87% <0.00%> (-1.34%) :arrow_down:
workers/pipeline/create_pipeline.go 42.10% <0.00%> (-1.23%) :arrow_down:
plugin/grpc.go 0.00% <0.00%> (ø)
handlers/service.go 100.00% <0.00%> (ø)
security/rbac/noop.go 90.00% <0.00%> (ø)
workers/agent/tags.go 100.00% <0.00%> (ø)
handlers/permission.go 100.00% <0.00%> (ø)
helper/rolehelper/role.go 100.00% <0.00%> (ø)
workers/pipeline/service.go 100.00% <0.00%> (ø)
... and 49 more

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 a591e36...f599de3. Read the comment docs.

Skarlso commented 3 years ago

Closes #301

Skarlso commented 3 years ago

Tested and it works.