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 to-local.sh script should produce proper output on a release branch (e.g v1.8.0-rc.1).
Current Behavior
Currently the translation to local paths is done but with wrong content.
Failure Information (for bugs)
Reference: https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=v1.8.0-rc.1 is changed to : <localdir>/networkservicemesh/deployments-k8s/examples/basic-rc.1
Steps to Reproduce
git checkout v1.8.0-rc.1
./to-local.sh
git diff | head -10
diff --git a/examples/basic/README.md b/examples/basic/README.md
index f8a272df3b9..20c0794f4d7 100644
--- a/examples/basic/README.md
+++ b/examples/basic/README.md
@@ -26,7 +26,7 @@ Contain basic setup for NSM that includes `nsmgr`, `forwarder-vpp`, `registry-k8
Apply NSM resources for basic tests:
```bash
-kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=v1.8.0-rc.1
+kubectl apply -k ../../../../../../../../../../../home/ljkiraly/work/code/src/github.com/networkservicemesh/deployments-k8s/examples/basic-rc.1
The text was updated successfully, but these errors were encountered:
Expected Behavior
The to-local.sh script should produce proper output on a release branch (e.g v1.8.0-rc.1).
Current Behavior
Currently the translation to local paths is done but with wrong content.
Failure Information (for bugs)
Reference:
https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=v1.8.0-rc.1
is changed to :<localdir>/networkservicemesh/deployments-k8s/examples/basic-rc.1
Steps to Reproduce
The text was updated successfully, but these errors were encountered: