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

Move all Bash commands to shell scripts. #10

Closed WasiqB closed 4 years ago

WasiqB commented 4 years ago

Is your feature request related to a problem? Please describe.

Currently there are many bulky Bash commands used which needs to be moved to shell scripts. This will make the Yaml more readable and maintainable.

Describe the solution you'd like

Create a new folder for scripts and move all the bulky Bash commands to separate shell scripts.