summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 08:26:48 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 08:26:48 +0200
commitb24555b8f41228a22d43d6876bb307bd83b9209e (patch)
tree9b6fd0a625cdc3e2282c356b1a384bad1921e966
parent1847227f4db1862825356f49f4147b82e8ff0f3d (diff)
downloadgitlab-ce-b24555b8f41228a22d43d6876bb307bd83b9209e.tar.gz
Use stage instead of type
-rw-r--r--app/views/projects/triggers/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/triggers/index.html.haml b/app/views/projects/triggers/index.html.haml
index 7f3de47d7df..867754bdf5e 100644
--- a/app/views/projects/triggers/index.html.haml
+++ b/app/views/projects/triggers/index.html.haml
@@ -48,7 +48,7 @@
%pre
:plain
trigger:
- type: deploy
+ stage: deploy
script:
- "curl -X POST -F token=TOKEN -F ref=REF_NAME #{builds_trigger_url(@project.id)}"
%h5.prepend-top-default