-
Notifications
You must be signed in to change notification settings - Fork 74
Fix default value of buildContext to PROJECT_SOURCE #692
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
Conversation
c2a594f
to
1a7b648
Compare
1a7b648
to
ed43396
Compare
@@ -43,7 +43,7 @@ type DockerfileSrc struct { | |||
|
|||
// +devfile:getter:generate | |||
type Dockerfile struct { | |||
// Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container | |||
// Path of source directory to establish build context. Defaults to ${PROJECTS_ROOT} in the container |
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.
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.
+1 We are planning to deprecate PROJECT_ROOT
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.
+1 to @kadel. We should deprecate the use of $PROJECTS_ROOT
. See #681 (comment) and #679 ("Deprecate PROJECTS_ROOT and move to use PROJECT_SOURCE")
Signed-off-by: Philippe Martin <phmartin@redhat.com>
Signed-off-by: Philippe Martin <phmartin@redhat.com>
Signed-off-by: Tomas Kral <tkral@redhat.com>
Signed-off-by: Tomas Kral <tkral@redhat.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amisevsk, feloy, l0rd, maysunfaisal The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What does this PR do?:
The PR fixes a comment indicating a wrong environment variable name.
Which issue(s) this PR fixes:
PR acceptance criteria:
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
Unit/Functional tests
QE Integration test
Documentation
Client Impact
How to test changes / Special notes to the reviewer: