WasiqB / maven-deploy

:recycle: Circle Orb for Maven build and deploy jobs.
https://wasiqb.github.io
Apache License 2.0
2 stars 1 forks source link

Auto deployment on master should only happen if it's mentioned in commit subject. #18

Closed WasiqB closed 4 years ago

WasiqB commented 4 years ago

Orb Version 2.0.0

Describe the bug

When no trigger text mentioned in commit message, it tries to re-deploy already deployed existing version.

https://app.circleci.com/pipelines/github/WasiqB/coteafs-parent/44/workflows/8f20ca2e-5844-41ab-9769-34e9028078a6/jobs/62

To Reproduce

Commit to master without specifying [release:major|minor|patch|skip].

Expected behaviour

If trigger text is not specified in commit message then deploy should be skipped.