Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 09:26:48 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 09:26:48 +0300
commitb24555b8f41228a22d43d6876bb307bd83b9209e (patch)
tree9b6fd0a625cdc3e2282c356b1a384bad1921e966 /app/views/projects/triggers
parent1847227f4db1862825356f49f4147b82e8ff0f3d (diff)
Use stage instead of type
Diffstat (limited to 'app/views/projects/triggers')
-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