You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an fn deploy, as well as fn test did not fail, however the docker image was not able to run because of the copy-paste-error in cmd, which contained the .java file extension which was wrong.
My expectation is that an fn test or fn deploy fails when it cannot run properly. One possible solution is to run the docker image locally before deploying it, although it may be possible to check the func.yaml direclty for correctness.
The text was updated successfully, but these errors were encountered:
I had a
func.yaml
with the follwoing content:an
fn deploy
, as well asfn test
did not fail, however the docker image was not able to run because of the copy-paste-error incmd
, which contained the.java
file extension which was wrong.My expectation is that an
fn test
orfn deploy
fails when it cannot run properly. One possible solution is to run the docker image locally before deploying it, although it may be possible to check the func.yaml direclty for correctness.The text was updated successfully, but these errors were encountered: