I just wanted some clarification around the envars.
We updated a password, but did not realize we needed to also update the password in the Circle environment till after part of the build failed. I then updated the envar and clicked re-run workflow, but it is still failing with the same error.
Do the envars not get set at the time of running the workflow? Is the envar somehow already saved in the actual workflow at the time the workflow was generated?
I can even run the workflow with ssh and see that the password is not the same as the one set in the dashboard (it’s cat’d to a file then echo’d).
For now I’m assuming the envars are somehow saved with the workflow when it is created, but I wanted some clarification.
Edit: I actually just kicked off a completely new workflow via git push, and it is still failing saying the password is incorrect. I’ve double checked everything. The password is verified working elsewhere as well. At a loss here.