fabric8io / fabric8-platform

Generates the distribution of the fabric8 microservices platform
Apache License 2.0
104 stars 66 forks source link

platform/target/classes/META-INF/fabric8/openshift.yml: no such file or directory #568

Open debianmaster opened 7 years ago

debianmaster commented 7 years ago
$ gofabric8 deploy --package=packages/fabric8-platform/target/classes/META-INF/fabric8/openshift.yml

Deploying fabric8 to your OpenShift installation at https://master-d219.oslab.opentlc.com:8443 for domain  in namespace fabric8

Loading fabric8 releases from maven repository:https://repo1.maven.org/maven2/
Continue? [Y/n] y
package packages/fabric8-platform/target/classes/META-INF/fabric8/openshift.yml not recognised and is not a local file stat packages/fabric8-platform/target/classes/META-INF/fabric8/openshift.yml: no such file or directory
jstrachan commented 7 years ago

if you leave off the --package argument it will use the latest release instead.

Note that master of fabric8-platform has moved to the new 4.x package called fabric8-system which we are hoping to release soon - this week ideally