Commit c0e5e69f authored by Regis's avatar Regis

fix manual build tests

parent 2d121899
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<a <a
rel="nofollow" rel="nofollow"
data-method="post" data-method="post"
:href='action.url' :href='action.path'
title="Manual build" title="Manual build"
> >
<span v-html='svgs.iconPlay'></span> <span v-html='svgs.iconPlay'></span>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<li v-for='artifact in pipeline.details.artifacts'> <li v-for='artifact in pipeline.details.artifacts'>
<a <a
rel="nofollow" rel="nofollow"
:href='artifact.url' :href='artifact.path'
> >
<i class="fa fa-download"></i> <i class="fa fa-download"></i>
<span>{{download(artifact.name)}}</span> <span>{{download(artifact.name)}}</span>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment