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
This stopped working when we upgraded lineman. I'm deploying to a live directory which then picks it up and re-loads. Linemen would see that file and throw an error and prevent the deployment from working.
I changed the code to write the dotfile to the current directory then rename it to the output directory which has worked. You might want to consider an optional temp directory parameter so that you can guarantee the end user can provide a safe place for the file.