Skip to content
Snippets Groups Projects
Commit fa486fc8 authored by ale's avatar ale
Browse files

Fix artifact location

parent a622b7e6
Branches
No related tags found
No related merge requests found
Pipeline #86171 passed
......@@ -30,7 +30,7 @@ var (
<p>
You can connect to individual hosts over SSH via the jump host <i>{{$jumpHost}}</i>.<br>
Download the required SSH private key here:
<a href="{{.GitlabURL}}/{{.ProjectName}}/-/jobs/{{.JobID}}/artifacts/browse/build-{{.JobID}}/ssh/vmkey">vmkey</a>.
<a href="{{.GitlabURL}}/{{.ProjectName}}/-/jobs/{{.JobID}}/artifacts/file/build-{{.JobID}}/ssh/vmkey">vmkey</a>.
Remember to <code>chmod 600</code> the private key file after you download it.
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment