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

[CI] Remove --ssh flag from docker build for util #3798

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

peterargue
Copy link
Contributor

@peterargue peterargue commented Jan 11, 2023

The --ssh default flag is only needed for building when the repo contains a dependency within a private repo. This is generally not needed so removing.

Running with this flag causes CI builds to fail: https://github.com/onflow/flow-go/actions/runs/3896458835/jobs/6653020995

@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2023

Codecov Report

Merging #3798 (cd28d01) into master (65d67fd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3798   +/-   ##
=======================================
  Coverage   55.36%   55.36%           
=======================================
  Files         769      769           
  Lines       70431    70431           
=======================================
  Hits        38997    38997           
- Misses      28258    28259    +1     
+ Partials     3176     3175    -1     
Flag Coverage Δ
unittests 55.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
state/protocol/badger/validity.go 47.71% <0.00%> (-1.25%) ⬇️
fvm/transactionVerifier.go 81.12% <0.00%> (-1.21%) ⬇️
ledger/complete/wal/checkpointer.go 67.89% <0.00%> (+0.44%) ⬆️
state/protocol/badger/state.go 53.23% <0.00%> (+0.64%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@peterargue
Copy link
Contributor Author

bors merge

@bors bors bot merged commit 1ccc99d into master Jan 12, 2023
@bors bors bot deleted the petera/remove-ssh-flag-util branch January 12, 2023 19:25
peterargue added a commit that referenced this pull request Jan 12, 2023
3798: [CI] Remove --ssh flag from docker build for util r=peterargue a=peterargue

The `--ssh default` flag is only needed for building when the repo contains a dependency within a private repo. This is generally not needed so removing.

Running with this flag causes CI builds to fail: https://github.com/onflow/flow-go/actions/runs/3896458835/jobs/6653020995

Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
peterargue added a commit that referenced this pull request Jan 12, 2023
3798: [CI] Remove --ssh flag from docker build for util r=peterargue a=peterargue

The `--ssh default` flag is only needed for building when the repo contains a dependency within a private repo. This is generally not needed so removing.

Running with this flag causes CI builds to fail: https://github.com/onflow/flow-go/actions/runs/3896458835/jobs/6653020995

Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
This pull request was closed.
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.

4 participants