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

[SPARK-43372] Use ; instead of && when enable set -ex #38

Closed
wants to merge 1 commit into from

Conversation

Yikun
Copy link
Member

@Yikun Yikun commented May 6, 2023

What changes were proposed in this pull request?

  • Use ; instead of && when enable set -ex
  • ./add-dockerfiles.sh 3.4.0 to apply changes

Why are the changes needed?

Address DOI comments: 9. using set -ex means you can use ; instead of && (really only matters for complex expressions, like the || in the later RUN that does use ;)

docker-library/official-images#13089 (comment)

Does this PR introduce any user-facing change?

No

How was this patch tested?

CI passed

@Yikun Yikun marked this pull request as ready for review May 6, 2023 02:25
@Yikun
Copy link
Member Author

Yikun commented May 6, 2023

cc @HyukjinKwon @zhengruifeng

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
@Yikun
Copy link
Member Author

Yikun commented May 8, 2023

After this patch merged, I will update DOI patch to latest to have 2nd round review.

@Yikun Yikun closed this in 7f9b414 May 8, 2023
@Yikun
Copy link
Member Author

Yikun commented May 8, 2023

@HyukjinKwon Thanks, merged.

@zhengruifeng
Copy link

Late LGTM, thank you @Yikun

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