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

Add jar/zip support #2280

Merged
merged 6 commits into from
Dec 21, 2023
Merged

Conversation

showpune
Copy link
Contributor

  • The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • Tests are included and/or updated for code changes.
  • Proper license headers are included in each file.

@showpune showpune requested a review from a team as a code owner December 15, 2023 15:57
cormacpayne
cormacpayne previously approved these changes Dec 15, 2023
pauld-msft
pauld-msft previously approved these changes Dec 15, 2023
mkdir -p $CNB_APP_DIR
cd $CNB_APP_DIR
tar -xzf "$temp_app_source_path"

if [[ $content_type =~ "application/zip" || $content_type =~ "java-archive" ]]; then
Copy link
Member

Choose a reason for hiding this comment

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

content type mistmatch between here and application/java-archive above

pauld-msft
pauld-msft previously approved these changes Dec 19, 2023
pauld-msft
pauld-msft previously approved these changes Dec 20, 2023
Copy link
Member

@pauld-msft pauld-msft left a comment

Choose a reason for hiding this comment

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

minor comment, other than that looks good

@pauld-msft pauld-msft merged commit c3e6e90 into microsoft:main Dec 21, 2023
2 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.

4 participants