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

Failure to upload build for new board #1

Closed
ghost opened this issue Dec 5, 2020 · 0 comments
Closed

Failure to upload build for new board #1

ghost opened this issue Dec 5, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 5, 2020

First off, thanks for this, it's really showing off the power of the tools you've used in an elegant way!

I'm fork #1 so I was bound to find some small issue ;) My build failed to push to the repo the first time out, giving me the error:

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	Firmware/Builds/STM32F103RET6_creality/

nothing added to commit but untracked files present (use "git add" to track)
Error: Process completed with exit code 1.

https://github.com/xcasxcursex/Ender3v2Marlin/runs/1503176605?check_suite_focus=true

A quick search led me to simply add a line to the push job:

git add .
https://github.com/xcasxcursex/Ender3v2Marlin/commit/a7f7a2cbc5e2221ba18353286b95a4db7e94cdff

This seems to have fixed things but I'm not proficient enough to know if this is the 'right' way to fix it, so instead of a PR, I've filed this issue.
Edit: And now that I think of it, I've filed it in the wrong repo, haven't I?

@ghost ghost closed this as completed Dec 6, 2020
This issue 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

No branches or pull requests

0 participants