vmware-archive / runtimes

Kubeless function runtimes: https://kubeless.io/docs/runtimes/
Apache License 2.0
81 stars 89 forks source link

Change cp to cp -r for golang runtime #103

Closed TimelyToga closed 3 years ago

TimelyToga commented 4 years ago

According to the discussion here, it should be fine to have a cp -r so that you can have multiple directories.

Currently this cp fails to copy the files in subdirectories that you include in the zip, so the function fails to compile.