Merged in bugfix/typo_bitbucket_pipelines (pull request #104)
Fix typo in bitbucket_pipelines.yml * Fix typo
This commit is contained in:
parent
6fd4ca2f11
commit
ba813ca80b
|
|
@ -116,11 +116,10 @@ pipelines:
|
||||||
deployment: prod
|
deployment: prod
|
||||||
trigger: manual
|
trigger: manual
|
||||||
branches:
|
branches:
|
||||||
dev:
|
develop:
|
||||||
deploy-dev:
|
- step:
|
||||||
- step:
|
<<: *deploy
|
||||||
<<: *deploy
|
deployment: dev
|
||||||
deployment: dev
|
|
||||||
custom:
|
custom:
|
||||||
deploy-stage:
|
deploy-stage:
|
||||||
- step:
|
- step:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue