Open jessehouwing opened 4 years ago
I added a download secure file task and it injects a pre-job script to download the file, probably so that the lifetime of the token can be kept at short at reasonable. I swapped the file location in this task to the output parameter of the download secure file task.
Works like magic. And at added bonus it sets the file's variables.
Thanks! I’ll take a look at your PRs soon. Stuffs been crazy:-)
I have a build with a couple of slow optional steps. When I insert the task (using secure file) after the slow steps (takes about 30 minutes), the sign task fails consistently in most cases (of course not always, that would be too easy).
When I disable the slow tasks or move the sign task to above the slow steps it succeeds.