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 branch info for docker build #1935

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

bmuskalla
Copy link

Why are these changes needed?

Running the existing commands leads to the following error as docker build by default uses the master branch.

❯ docker build -f .devcontainer/full/Dockerfile -t autogen_full_img https://github.com/microsoft/autogen.git

unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: fatal: couldn't find remote ref master
: exit status 128

Related issue number

Checks

@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.30%. Comparing base (c75655a) to head (d467007).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1935   +/-   ##
=======================================
  Coverage   37.30%   37.30%           
=======================================
  Files          64       64           
  Lines        6910     6910           
  Branches     1519     1519           
=======================================
  Hits         2578     2578           
  Misses       4109     4109           
  Partials      223      223           
Flag Coverage Δ
unittests 37.30% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ekzhu
Copy link
Collaborator

ekzhu commented Mar 10, 2024

Thanks for the PR. Though how come I don't have this issue?

@sonichi sonichi requested review from gagb and samuelogboye March 10, 2024 01:47
@sonichi sonichi added this pull request to the merge queue Mar 11, 2024
Merged via the queue into microsoft:main with commit 4a85b63 Mar 11, 2024
20 checks passed
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
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.

5 participants