Use stage instead of type
This commit is contained in:
parent
1847227f4d
commit
b24555b8f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue