Azure / k8s-deploy

GitHub Action for deploying to Kubernetes clusters
MIT License
252 stars 103 forks source link

add installing ncc to build #302

Closed davidgamero closed 10 months ago

davidgamero commented 10 months ago

use a local bin link just for ncc to get a bin link prior to calling with npx, as it isn't working correctly on our action runners

using just npx ncc isn't working since the install/build step doesn't add bin links, and we have to manually add one for ncc which we use for building

link to a working version on my fork https://github.com/davidgamero/k8s-deploy/actions/runs/6751019098/job/18354429862