site: test-doppler.netlify.app
I’m attempting to run a script during the build step that will attempt to install the doppler cli and use it to extract the environment variables from doppler per the instructions on their page for a manual doppler integration.
However, while it retrieves the script for the doppler integration using curl, it does not install to the current working directory. This is confirmed by also printing the current directory using ls -la
and seeing that doppler does not exist. I tried this script on my local machine and it seems to work fine. Is there something blocking the build from installing the script on netlify?