Update template name

This commit is contained in:
Adrien Ferrand 2020-04-26 21:53:21 +02:00
parent 35f234520e
commit b26854e38c
2 changed files with 2 additions and 2 deletions

View file

@ -21,5 +21,5 @@ stages:
- template: templates/packaging-jobs.yml
- stage: Deploy
jobs:
- template: templates/deploy-jobs.yml
- template: templates/deployment-jobs.yml
- template: templates/notify-failure-steps.yml

View file

@ -16,5 +16,5 @@ stage:
- template: templates/changelog-jobs.yml
- stage: Deploy
jobs:
- template: templates/deploy-jobs.yml
- template: templates/deployment-jobs.yml
- template: templates/notify-failure-steps.yml