File tree 4 files changed +0
-8
lines changed
4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ func main() {
21
21
}
22
22
23
23
for _ , component := range devfile .Data .GetComponents () {
24
- /*
25
- if component.Dockerfile != nil {
26
- fmt.Println(component.Dockerfile.DockerfileLocation)
27
- }
28
- */
29
24
if component .Container != nil {
30
25
fmt .Println (component .Container .Image )
31
26
}
Original file line number Diff line number Diff line change 4
4
"github.com/devfile/parser/pkg/devfile/parser"
5
5
)
6
6
7
- // This is the top level parse code which has validation code specific to odo hence it cannot be kept inside the
8
- // devfile/parser package. That package is supposed to be independent of odo.
9
-
10
7
// ParseFromURLAndValidate func parses the devfile data from the url
11
8
// and validates the devfile integrity with the schema
12
9
// and validates the devfile data.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments