I have followed the step in openshift training material using the following command to make a build.
oc new-app https://github.com/VeerMuchandi/time.git
but got the following error:
error: No language matched the source repository
I also had unsuccessful try by specifying the build strategy:
oc new-app https://github.com/VeerMuchandi/time.git --strategy=docker
Before the new push on Dec 21, this git source works fine with oc new-app
I have followed the step in openshift training material using the following command to make a build.
oc new-app https://github.com/VeerMuchandi/time.git
but got the following error:
error: No language matched the source repository
I also had unsuccessful try by specifying the build strategy:
oc new-app https://github.com/VeerMuchandi/time.git --strategy=docker
Before the new push on Dec 21, this git source works fine with oc new-app