When GO starts a stage the initial output includes all the environment variables passed in. Is there a specific task which will allow collecting this same output for display to the user in a friendlier format? I am looking for something that will collect all the env variables passed in at start time, without specifying individual values, as each task may have different values.
I suppose I could run set to get the list of all ENV variables, but this is a little overkill for what I want.
Comments
0 comments
Please sign in to leave a comment.