Skip to content

fix as patched by Michael Gratton in #1246 .

gpongelli requested to merge (removed):load-artifacts-on-cygwin into master

What does this MR do?

Use a relative path for gitlab-runner executable.

Why was this MR needed?

Fix the issue in cygwin environment described in #1246 (closed) . Cygwin uses "/cygdrive/d/..." as absolute path while Gitlab calls "D:...", so the exe file is not found and the upload capability to Gitlab server is not performed. This patch was proposed by Michael Gratton into same issue.

Please let me know how to get the "...amd64.exe" from this change so I can test it, I'm new to Go and gitlab-runner .

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

#1246 (closed)

Merge request reports