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
The tag config-sync/v1 does not exist; the correct tag is configsync/v1. When running kpt pkg get manually, I get this:
jbelamaric@nephio-r1-e2e:~$ /usr/local/bin/kpt pkg get https://github.com/nephio-project/nephio-example-packages.git/configsync@config-sync/v1 /tmp/jj
Package "jj":
Fetching https://github.com/nephio-project/nephio-example-packages@config-sync/v1
Error: Unknown ref "config-sync/v1". Please verify that the reference exists in upstream repo "https://github.com/nephio-project/nephio-example-packages".
Details:
fatal: ambiguous argument 'config-sync/v1': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
jbelamaric@nephio-r1-e2e:~$ echo $?
1
With a correct tag, the return value is 0.
I think the kpt.py should fail on a non-zero return value from kpt.
The text was updated successfully, but these errors were encountered:
While testing out the e2e scripts, I was seeing a problem where some packages were not getting applied. It turns out I had a typo in my "version":
The tag
config-sync/v1
does not exist; the correct tag isconfigsync/v1
. When runningkpt pkg get
manually, I get this:With a correct tag, the return value is 0.
I think the
kpt.py
should fail on a non-zero return value fromkpt
.The text was updated successfully, but these errors were encountered: