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
Already up to date.
0ffd9ac12eb00c41c7c0b6504990ac7c849ef039
INFO:obs-service-go_modules:Running OBS Source Service: obs-service-go_modules
INFO:obs-service-go_modules:Using archive kubectl-really-get-all-v0.0.1.20230328.0ffd9ac.obscpio
INFO:obs-service-go_modules:Extracting kubectl-really-get-all-v0.0.1.20230328.0ffd9ac.obscpio to /tmp/tmp4ogx0ta7
INFO:obs-service-go_modules:Switching to /tmp/tmp4ogx0ta7
ERROR:obs-service-go_modules:File go.mod not found under /tmp/tmp4ogx0ta7/kubectl-really-get-all
Aborting: service call failed: /usr/lib/obs/service/go_modules --archive kubectl-really-get-all-v0.0.1.20230328.0ffd9ac.obscpio --basename kubectl-really-get-all --outdir /home/Buildservice/Branches/Branch_devel_kubic/kubectl-really-get-all/tmpk9csjfuu.go_modules.service
Any ideas?
The text was updated successfully, but these errors were encountered:
I am having the same problem and the issue here is according to my debugging the service will try and unpack the obscpio with the version. As such the basename is missing the version.
It is very inconsistent that archive is accepting a glob with a regex and basename not:
I tried to package this:
https://github.com/vfx1b/kubectl-really-get-all
It does not have a release, hence I tried to use the latest commit 0ffd9ac.
This is the _service file:
But it fails, because it cannot find the go.mod:
Any ideas?
The text was updated successfully, but these errors were encountered: