summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-12-23 16:23:19 -0700
committerRegis <boudinot.regis@yahoo.com>2016-12-23 16:23:19 -0700
commitc0e5e69f9dc778bfe60e8362b72866413672c06f (patch)
tree11ae3313cbcb6cee1fb4fc83313f0ab38d6cf4b2
parent2d1218991c1cd5b7b56e15ccc8d7c47d4b8e6cd0 (diff)
downloadgitlab-ce-c0e5e69f9dc778bfe60e8362b72866413672c06f.tar.gz
fix manual build tests
-rw-r--r--app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es64
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6 b/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
index 65aa3ff07d2..f658cfd077c 100644
--- a/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
+++ b/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
@@ -37,7 +37,7 @@
<a
rel="nofollow"
data-method="post"
- :href='action.url'
+ :href='action.path'
title="Manual build"
>
<span v-html='svgs.iconPlay'></span>
@@ -60,7 +60,7 @@
<li v-for='artifact in pipeline.details.artifacts'>
<a
rel="nofollow"
- :href='artifact.url'
+ :href='artifact.path'
>
<i class="fa fa-download"></i>
<span>{{download(artifact.name)}}</span>