File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ export PUBLISHERS="DotJoshJohnson eamodio felixfbecker formulahendry HookyQR ms-
2020echo " Publishing test extensions to '${OVSX_REGISTRY_URL} '"
2121
2222echo " Creating namespaces..."
23- for pub in $PUBLISHERS ; do ${PROJECT_ROOT} /cli/bin/ovsx create-namespace " ${pub} " ; done
23+ for pub in $PUBLISHERS ; do " ${PROJECT_ROOT} /cli/bin/ovsx" create-namespace " ${pub} " ; done
2424
2525echo " Publishing extensions..."
26- find " ${SERVER_ROOT} /build/test-extensions-builtin" -name ' *.vsix' -exec ${PROJECT_ROOT} /cli/bin/ovsx publish ' {}' \;
27- find " ${SERVER_ROOT} /build/test-extensions" -name ' *.vsix' -exec ${PROJECT_ROOT} /cli/bin/ovsx publish ' {}' \;
26+ find " ${SERVER_ROOT} /build/test-extensions-builtin" -name ' *.vsix' -exec " ${PROJECT_ROOT} /cli/bin/ovsx" publish ' {}' \;
27+ find " ${SERVER_ROOT} /build/test-extensions" -name ' *.vsix' -exec " ${PROJECT_ROOT} /cli/bin/ovsx" publish ' {}' \;
You can’t perform that action at this time.
0 commit comments