Use stage instead of type

This commit is contained in:
Achilleas Pipinellis 2016-09-06 08:26:48 +02:00
parent 1847227f4d
commit b24555b8f4

View file

@ -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