-
Notifications
You must be signed in to change notification settings - Fork 127
Add the list of environments to be blocked on the creation of files inside /platform/env #970
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 the list of environments to be blocked on the creation of files inside /platform/env #970
Conversation
6d3952f to
0cd8819
Compare
SaschaSchwarze0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @shahulsonhal, thank you for putting the fix together. Some minor suggestions to improve readability.
samples/buildstrategy/buildpacks-v3/buildstrategy_buildpacks-v3-heroku_cr.yaml
Outdated
Show resolved
Hide resolved
samples/buildstrategy/buildpacks-v3/buildstrategy_buildpacks-v3-heroku_cr.yaml
Outdated
Show resolved
Hide resolved
samples/buildstrategy/buildpacks-v3/buildstrategy_buildpacks-v3-heroku_cr.yaml
Outdated
Show resolved
Hide resolved
samples/buildstrategy/buildpacks-v3/buildstrategy_buildpacks-v3-heroku_cr.yaml
Outdated
Show resolved
Hide resolved
samples/buildstrategy/buildpacks-v3/buildstrategy_buildpacks-v3-heroku_cr.yaml
Outdated
Show resolved
Hide resolved
0cd8819 to
bea4215
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gabemontero The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bea4215 to
1ed3c59
Compare
…nside /platform/env The creation of a file named PATH (corresponding to PATH system environment) inside /platform/env caused failure for [python source with requirements.txt](https://github.com/Azure-Samples/python-docs-hello-world). Update scripts in the Buildpack strategies samples with an array of blocklist system environments.
1ed3c59 to
c045a8d
Compare
SaschaSchwarze0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Changes
The creation of a file named PATH (corresponding to
PATHsystem environment) inside/platform/envcaused failure for python source with requirements.txt when building with the Buildpack strategy.Update scripts in the Buildpack strategies samples with an array of blocklist system environments.
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes