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
Copy file name to clipboardExpand all lines: .circleci/config.yml
+50-13Lines changed: 50 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,8 @@ commands:
186
186
command: |
187
187
# load Windows $Env:Path values of tools necessary to execute the build (like Go)
188
188
if [ -f "/c/tools-cache/<< pipeline.parameters.windows_bash_env_script >>" ]; then source "/c/tools-cache/<< pipeline.parameters.windows_bash_env_script >>"; fi
# load Windows $Env:Path values of tools necessary to execute the build (like Go)
201
202
if [ -f "/c/tools-cache/<< pipeline.parameters.windows_bash_env_script >>" ]; then source "/c/tools-cache/<< pipeline.parameters.windows_bash_env_script >>"; fi
0 commit comments