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

Better retry when copying files #21

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

BertScholten
Copy link
Member

As it was, the retry would always fail (the copy command would be incorrect due to some string replacement shenannigans), and if all retries failed it wouldn't fail the job but would continue with the next file, which would succeed as it didn't suffer the same failure issue. This time also tested if the synced files are usable for a Calculator build, and that works OK (on my PC).

As it was, the retry would always fail (the copy command would be incorrect due to some string replacement shenannigans), and if all retries failed it wouldn't fail the job but would continue with the next file, which would succeed as it didn't suffer the same failure issue.
This time also tested if the synced files are usable for a Calculator build, and that works OK (on my PC).
@BertScholten BertScholten requested a review from SerhatG August 24, 2023 10:16
@SerhatG SerhatG merged commit c900e51 into aerius:main Aug 24, 2023
@BertScholten BertScholten deleted the better_retry_on_copy branch August 24, 2023 10:43
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.

2 participants