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

Gce ixa runner nocustom #34

Merged
merged 6 commits into from
Dec 27, 2024
Merged

Gce ixa runner nocustom #34

merged 6 commits into from
Dec 27, 2024

Conversation

confunguido
Copy link
Collaborator

Removed the need to use custom arguments to use force overwrite

Copy link
Collaborator

@k88hudson-cfa k88hudson-cfa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove the report option setting stuff entirely, looks good aside from that

src/main.rs Outdated
.directory(PathBuf::from(&args.output_dir))
.overwrite(custom_args.force_overwrite);
.directory(args.output_dir.unwrap())
.overwrite(args.force_overwrite);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can actually remove this entirely, the options get set automatically

Copy link
Collaborator

@ChiragKumar9 ChiragKumar9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with Kate's suggestion.

@confunguido confunguido merged commit 330af41 into main Dec 27, 2024
3 checks passed
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.

3 participants