-
Bug
-
Resolution: Done
-
Major
-
CRW 2.3.0, CRW 2.4.0
-
devex docs #192 Oct 29-Nov 19, devex docs #193 Nov 19-Dec 10
-
3
End User guide in section 3.2.4. Writing a devfile for a project, there is a sample devfile with two projects:
apiVersion: 1.0.0 metadata: name: example-devfile projects: - name: frontend source: type: git location: https://github.com/acmecorp/frontend.git - name: backend clonePath: src/github.com/acmecorp/backend source: type: git location: https://github.com/acmecorp/backend.git
Repositories (https://github.com/acmecorp/frontend.git and https://github.com/acmecorp/backend.git) don't exist anymore, need to replace with another ones.