Closed dacleyra closed 5 years ago
Short term, we will change that find
command to point to /workspace/appsody-source
. The reason why the pipeline doesn't find it in this case is that the Java stack mounts only certain elements of the project "root" directory (pom.xml
and the src
directory). The extract
step of the pipeline - therefore - fails to extract the appsody-service.yaml
, if it isn't under src
.
This has been fixed using the current work around in https://github.com/appsody/tekton-example/pull/8
The appsody-build-task runs the following container For java microprofile the YAMLFILE appsody-service.yaml is not found under
/workspace/extracted
it is found under/workspace/appsody-source